mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-09-05 12:40:56 +02:00
change relay for COUNT test.
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestCount(t *testing.T) {
|
func TestCount(t *testing.T) {
|
||||||
const RELAY = "wss://relay.nostr.band"
|
const RELAY = "wss://chorus.mikedilger.com:444"
|
||||||
|
|
||||||
rl := mustRelayConnect(t, RELAY)
|
rl := mustRelayConnect(t, RELAY)
|
||||||
defer rl.Close()
|
defer rl.Close()
|
||||||
|
Reference in New Issue
Block a user