fix filter tests.

This commit is contained in:
fiatjaf
2023-08-06 20:03:05 -03:00
parent 5a51f84433
commit abb66db97e
3 changed files with 3 additions and 27 deletions

View File

@ -8,7 +8,7 @@ import (
"time"
)
const RELAY = "wss://relay.nostr.band"
const RELAY = "wss://nostr.mom"
// test if we can fetch a couple of random events
func TestSubscribe(t *testing.T) {