From 5e5826459ed744fc0bd717e0136614365c7a96f3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 27 Oct 2025 00:43:33 +0900 Subject: internal/app/state: improve handles internals This replaces the Store interface with something better reflecting the underlying data format for #19. An implementation of Store is provided on top of the new code to ease transition. Signed-off-by: Ophestra --- internal/app/state/multi_test.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 internal/app/state/multi_test.go (limited to 'internal/app/state/multi_test.go') 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()))) -} -- cgit v1.3.1