summaryrefslogtreecommitdiffstats
path: root/internal/storage/deletions_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/deletions_test.go')
-rw-r--r--internal/storage/deletions_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/deletions_test.go b/internal/storage/deletions_test.go
index 71fa477..fe82d86 100644
--- a/internal/storage/deletions_test.go
+++ b/internal/storage/deletions_test.go
@@ -6,7 +6,7 @@ import (
6 "testing" 6 "testing"
7 "time" 7 "time"
8 8
9 pb "northwest.io/nostr-grpc/api/nostr/v1" 9 pb "northwest.io/muxstr/api/nostr/v1"
10) 10)
11 11
12func TestProcessDeletion(t *testing.T) { 12func TestProcessDeletion(t *testing.T) {