diff options
Diffstat (limited to 'internal/handler/grpc/server_test.go')
| -rw-r--r-- | internal/handler/grpc/server_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/handler/grpc/server_test.go b/internal/handler/grpc/server_test.go index 12dde92..d589445 100644 --- a/internal/handler/grpc/server_test.go +++ b/internal/handler/grpc/server_test.go | |||
| @@ -6,9 +6,9 @@ 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 | "northwest.io/nostr-grpc/internal/nostr" | 10 | "northwest.io/muxstr/internal/nostr" |
| 11 | "northwest.io/nostr-grpc/internal/storage" | 11 | "northwest.io/muxstr/internal/storage" |
| 12 | ) | 12 | ) |
| 13 | 13 | ||
| 14 | func TestPublishEvent(t *testing.T) { | 14 | func TestPublishEvent(t *testing.T) { |
