aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/mount_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/mount_test.go')
-rw-r--r--container/mount_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/mount_test.go b/container/mount_test.go
index ffacf18e..36dc5ad9 100644
--- a/container/mount_test.go
+++ b/container/mount_test.go
@@ -5,7 +5,7 @@ import (
"syscall"
"testing"
- "hakurei.app/container/stub"
+ "hakurei.app/internal/stub"
"hakurei.app/vfs"
)