From c15904ba7bb2c004cc891c506efcb603a580494e Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 10 Mar 2025 02:33:47 -0300 Subject: [PATCH] change relay for COUNT test. --- count_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()