aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/state/multi_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/state/multi_test.go')
-rw-r--r--internal/app/state/multi_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/app/state/multi_test.go b/internal/app/state/multi_test.go
new file mode 100644
index 00000000..d493a388
--- /dev/null
+++ b/internal/app/state/multi_test.go
@@ -0,0 +1,9 @@
+package state_test
+
+import (
+ "testing"
+
+ "hakurei.app/internal/app/state"
+)
+
+func TestMulti(t *testing.T) { testStore(t, state.NewMulti(t.TempDir())) }