mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-09 15:49:56 +02:00
fix two tests.
This commit is contained in:
@ -38,9 +38,9 @@ func TestFetch(t *testing.T) {
|
||||
expectedName string
|
||||
expectedURL string
|
||||
}{
|
||||
{"wss://relay.nostr.bg", false, "", "wss://relay.nostr.bg"},
|
||||
{"https://relay.nostr.bg", false, "", "wss://relay.nostr.bg"},
|
||||
{"relay.nostr.bg", false, "", "wss://relay.nostr.bg"},
|
||||
{"wss://nostr.wine", false, "", "wss://nostr.wine"},
|
||||
{"https://nostr.wine", false, "", "wss://nostr.wine"},
|
||||
{"nostr.wine", false, "", "wss://nostr.wine"},
|
||||
{"wlenwqkeqwe.asjdaskd", true, "", "wss://wlenwqkeqwe.asjdaskd"},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user