aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/store
diff options
context:
space:
mode:
Diffstat (limited to 'internal/store')
-rw-r--r--internal/store/data_test.go2
-rw-r--r--internal/store/segment_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/store/data_test.go b/internal/store/data_test.go
index fe0e2124..08eb4f9c 100644
--- a/internal/store/data_test.go
+++ b/internal/store/data_test.go
@@ -11,8 +11,8 @@ import (
"testing"
"time"
- "hakurei.app/container/stub"
"hakurei.app/hst"
+ "hakurei.app/internal/stub"
)
func TestEntryData(t *testing.T) {
diff --git a/internal/store/segment_test.go b/internal/store/segment_test.go
index 671f27a0..61b97c26 100644
--- a/internal/store/segment_test.go
+++ b/internal/store/segment_test.go
@@ -13,9 +13,9 @@ import (
_ "unsafe" // for go:linkname
"hakurei.app/check"
- "hakurei.app/container/stub"
"hakurei.app/hst"
"hakurei.app/internal/store"
+ "hakurei.app/internal/stub"
)
// Made available here for direct validation of state entry files.