aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/tar_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/tar_test.go')
-rw-r--r--internal/pkg/tar_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/tar_test.go b/internal/pkg/tar_test.go
index 09e1e4db..c604dc78 100644
--- a/internal/pkg/tar_test.go
+++ b/internal/pkg/tar_test.go
@@ -13,8 +13,8 @@ import (
"testing/fstest"
"hakurei.app/check"
- "hakurei.app/container/stub"
"hakurei.app/internal/pkg"
+ "hakurei.app/internal/stub"
)
func TestTar(t *testing.T) {