diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-02 14:19:45 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-02 15:54:00 +0900 |
| commit | 898b5aed3d64fb30b63c0c84a60308c1ec0746f8 (patch) | |
| tree | 9d9252e11c7f3ff7be38c557dcb2dcc71adce5e7 /internal/store/segment_test.go | |
| parent | 7c3c3135d8b0eab767e58bd8ef0e7e04abee3ca2 (diff) | |
internal/store: iterator over all entries
This is quite convenient for searching the store or printing active instance information.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/store/segment_test.go')
| -rw-r--r-- | internal/store/segment_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/store/segment_test.go b/internal/store/segment_test.go index dbd1acd1..8d4d7f3b 100644 --- a/internal/store/segment_test.go +++ b/internal/store/segment_test.go @@ -152,7 +152,7 @@ func TestStateEntryHandle(t *testing.T) { }) } -func TestStoreHandle(t *testing.T) { +func TestSegmentHandle(t *testing.T) { t.Parallel() testCases := []struct { |
