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.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/internal/app/state/multi_test.go b/internal/app/state/multi_test.go
deleted file mode 100644
index 8aa348a8..00000000
--- a/internal/app/state/multi_test.go
+++ /dev/null
@@ -1,14 +0,0 @@
-package state_test
-
-import (
- "log"
- "testing"
-
- "hakurei.app/container/check"
- "hakurei.app/internal/app/state"
- "hakurei.app/message"
-)
-
-func TestMulti(t *testing.T) {
- testStore(t, state.NewMulti(message.NewMsg(log.New(log.Writer(), "multi: ", 0)), check.MustAbs(t.TempDir())))
-}