diff --git a/rules/rand_test.go b/rules/rand_test.go index c9cd976..b1b547a 100644 --- a/rules/rand_test.go +++ b/rules/rand_test.go @@ -27,7 +27,7 @@ func TestRandOk(t *testing.T) { issues := gasTestRunner( ` - package samples + package main import "crypto/rand" @@ -46,7 +46,7 @@ func TestRandBad(t *testing.T) { issues := gasTestRunner( ` - package samples + package main import "math/rand" @@ -66,7 +66,7 @@ func TestRandRenamed(t *testing.T) { issues := gasTestRunner( ` - package samples + package main import ( "crypto/rand"