1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-20 02:59:51 +02:00

Fix additional test case

This commit is contained in:
Grant Murphy 2017-01-13 12:46:16 -08:00
parent ab4867bc76
commit f9868aa8c8

View File

@ -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"