summaryrefslogtreecommitdiffstats
path: root/internal/storage/events_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/events_test.go')
-rw-r--r--internal/storage/events_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/events_test.go b/internal/storage/events_test.go
index 4393404..0c30281 100644
--- a/internal/storage/events_test.go
+++ b/internal/storage/events_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 TestStoreEvent(t *testing.T) { 10func TestStoreEvent(t *testing.T) {