summaryrefslogtreecommitdiffstats
path: root/internal/storage/query_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/query_test.go')
-rw-r--r--internal/storage/query_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/query_test.go b/internal/storage/query_test.go
index b1f2fc7..cdff0ec 100644
--- a/internal/storage/query_test.go
+++ b/internal/storage/query_test.go
@@ -4,7 +4,7 @@ import (
4 "context" 4 "context"
5 "testing" 5 "testing"
6 6
7 pb "northwest.io/nostr-grpc/api/nostr/v1" 7 pb "northwest.io/muxstr/api/nostr/v1"
8) 8)
9 9
10func setupTestEvents(t *testing.T, store *Storage) { 10func setupTestEvents(t *testing.T, store *Storage) {