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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/grpc/convert_test.go b/internal/handler/grpc/convert_test.go
index e9116ef..7ef08f9 100644
--- a/internal/handler/grpc/convert_test.go
+++ b/internal/handler/grpc/convert_test.go
@@ -4,7 +4,7 @@ import (
4 "testing" 4 "testing"
5 5
6 pb "northwest.io/muxstr/api/nostr/v1" 6 pb "northwest.io/muxstr/api/nostr/v1"
7 "northwest.io/muxstr/internal/nostr" 7 "northwest.io/nostr"
8) 8)
9 9
10func TestNostrToPB(t *testing.T) { 10func TestNostrToPB(t *testing.T) {