change relay for COUNT test.

This commit is contained in:
fiatjaf
2025-03-10 02:33:47 -03:00
parent a52165fb7d
commit c15904ba7b

View File

@@ -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()