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 <wking@tremily.us>
1 parent 9422eec commit 1c2dca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)