Skip to content

Commit

Permalink
Move devcontainer_test.go to top level
Browse files Browse the repository at this point in the history
devcontainer_test imports the top-level envbuilder package, which
creates a transitive dependency on kaniko for external code that imports
envbuilder/devcontainer. Moving the test file to the top level avoids
this dependency.
  • Loading branch information
aaronlehmann committed Mar 27, 2024
1 parent 7d6591f commit bcd3ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcontainer/devcontainer_test.go → devcontainer_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package devcontainer_test
package envbuilder_test

import (
"crypto/md5"
Expand Down

0 comments on commit bcd3ccd

Please sign in to comment.