mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-29 07:11:58 +02:00
change relay for COUNT test.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user