Skip to content

Commit

Permalink
generate: Move generate_test.go from validation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wking committed Nov 26, 2017
1 parent 9422eec commit 1c2dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/generate_test.go → generate/generate_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package validation
package generate_test

import (
"io/ioutil"
Expand Down

0 comments on commit 1c2dca0

Please sign in to comment.