summaryrefslogtreecommitdiffstats
path: root/internal/handler/grpc/convert_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handler/grpc/convert_test.go')
-rw-r--r--internal/handler/grpc/convert_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/handler/grpc/convert_test.go b/internal/handler/grpc/convert_test.go
index 6da2d89..e9116ef 100644
--- a/internal/handler/grpc/convert_test.go
+++ b/internal/handler/grpc/convert_test.go
@@ -3,8 +3,8 @@ package grpc
3import ( 3import (
4 "testing" 4 "testing"
5 5
6 pb "northwest.io/nostr-grpc/api/nostr/v1" 6 pb "northwest.io/muxstr/api/nostr/v1"
7 "northwest.io/nostr-grpc/internal/nostr" 7 "northwest.io/muxstr/internal/nostr"
8) 8)
9 9
10func TestNostrToPB(t *testing.T) { 10func TestNostrToPB(t *testing.T) {