Skip to content

Commit 1c2dca0

Browse files
committed
generate: Move generate_test.go from validation
The generate package already imports the validate package, so this isn't creating an import cycle. And as a generation smoke test, this doesn't belong in validation (which is about compliance-testing runtimes). Signed-off-by: W. Trevor King <[email protected]>
1 parent 9422eec commit 1c2dca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/generate_test.go renamed to generate/generate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package validation
1+
package generate_test
22

33
import (
44
"io/ioutil"

0 commit comments

Comments
 (0)