From 201abf231b22044b922592c019a6a2444f8c8263 Mon Sep 17 00:00:00 2001
From: fiatjaf <fiatjaf@gmail.com>
Date: Tue, 25 Feb 2025 18:23:19 -0300
Subject: [PATCH] fix nip11 tests again because jellyfish.land is gone.

---
 nip11/nip11_test.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nip11/nip11_test.go b/nip11/nip11_test.go
index c56bb99..1a3ca69 100644
--- a/nip11/nip11_test.go
+++ b/nip11/nip11_test.go
@@ -45,9 +45,9 @@ func TestFetch(t *testing.T) {
 		{"wss://nostr.wine", false, "", "wss://nostr.wine"},
 		{"https://nostr.wine", false, "", "wss://nostr.wine"},
 		{"nostr.wine", false, "", "wss://nostr.wine"},
-		{"jellyfish.land", false, "", "wss://jellyfish.land"},
-		{"https://jellyfish.land", false, "", "wss://jellyfish.land"},
-		{"wss://jellyfish.land", false, "", "wss://jellyfish.land"},
+		{"no.str.cr", false, "", "wss://no.str.cr"},
+		{"https://no.str.cr", false, "", "wss://no.str.cr"},
+		{"wss://no.str.cr", false, "", "wss://no.str.cr"},
 		{"wlenwqkeqwe.asjdaskd", true, "", "wss://wlenwqkeqwe.asjdaskd"},
 	}