diff options
Diffstat (limited to 'internal/env/env_test.go')
| -rw-r--r-- | internal/env/env_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/env/env_test.go b/internal/env/env_test.go index 0bfcf83b..0e5db4a9 100644 --- a/internal/env/env_test.go +++ b/internal/env/env_test.go @@ -7,10 +7,10 @@ import ( "hakurei.app/check" "hakurei.app/container" - "hakurei.app/container/stub" "hakurei.app/fhs" "hakurei.app/hst" "hakurei.app/internal/env" + "hakurei.app/internal/stub" ) func TestPaths(t *testing.T) { |
