summaryrefslogtreecommitdiffstats
path: root/internal/handler/grpc/convert_test.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-14 12:03:21 -0800
committerbndw <ben@bdw.to>2026-02-14 12:03:21 -0800
commit4fc493e6d8cc20137f920f8647e39fc5051bb245 (patch)
tree69055d7da89ca909e33c66de7a883fdbe2ccbb97 /internal/handler/grpc/convert_test.go
parent3e0ddc90c8f4ae7658cc07fb183aa0a7ecc338b7 (diff)
refactor: remove frivolous comments from auth validation/credentials
Also removed internal/nostr package - now using northwest.io/nostr library.
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) {