diff --git a/count_test.go b/count_test.go index dddf176..dbcc4f9 100644 --- a/count_test.go +++ b/count_test.go @@ -8,7 +8,7 @@ import ( ) func TestCount(t *testing.T) { - const RELAY = "wss://relay.nostr.band" + const RELAY = "wss://chorus.mikedilger.com:444" rl := mustRelayConnect(t, RELAY) defer rl.Close()