summaryrefslogtreecommitdiffstats
path: root/internal/subscription
diff options
context:
space:
mode:
Diffstat (limited to 'internal/subscription')
-rw-r--r--internal/subscription/manager.go2
-rw-r--r--internal/subscription/manager_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/subscription/manager.go b/internal/subscription/manager.go
index 0e737d8..6347018 100644
--- a/internal/subscription/manager.go
+++ b/internal/subscription/manager.go
@@ -3,7 +3,7 @@ package subscription
3import ( 3import (
4 "sync" 4 "sync"
5 5
6 pb "northwest.io/nostr-grpc/api/nostr/v1" 6 pb "northwest.io/muxstr/api/nostr/v1"
7) 7)
8 8
9type Subscription struct { 9type Subscription struct {
diff --git a/internal/subscription/manager_test.go b/internal/subscription/manager_test.go
index d816fcd..5e09919 100644
--- a/internal/subscription/manager_test.go
+++ b/internal/subscription/manager_test.go
@@ -4,7 +4,7 @@ import (
4 "testing" 4 "testing"
5 "time" 5 "time"
6 6
7 pb "northwest.io/nostr-grpc/api/nostr/v1" 7 pb "northwest.io/muxstr/api/nostr/v1"
8) 8)
9 9
10func TestManagerAddRemove(t *testing.T) { 10func TestManagerAddRemove(t *testing.T) {