summaryrefslogtreecommitdiffstats
path: root/internal/handler/grpc/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handler/grpc/server_test.go')
-rw-r--r--internal/handler/grpc/server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/grpc/server_test.go b/internal/handler/grpc/server_test.go
index 8bd48ea..99feee0 100644
--- a/internal/handler/grpc/server_test.go
+++ b/internal/handler/grpc/server_test.go
@@ -8,7 +8,7 @@ import (
8 8
9 pb "northwest.io/muxstr/api/nostr/v1" 9 pb "northwest.io/muxstr/api/nostr/v1"
10 "northwest.io/muxstr/internal/storage" 10 "northwest.io/muxstr/internal/storage"
11 "northwest.io/nostr" 11 "code.northwest.io/nostr"
12) 12)
13 13
14func TestPublishEvent(t *testing.T) { 14func TestPublishEvent(t *testing.T) {