fix nip11 broken test

This commit is contained in:
Sepehr Safari 2024-01-20 11:29:59 +03:30
parent dd0014aee3
commit 0357e035f4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ describe('requesting relay as for NIP11', () => {
test('testing a relay', async () => {
const info = await fetchRelayInformation('wss://atlas.nostr.land')
expect(info.name).toEqual('nostr.land')
expect(info.description).toEqual('nostr.land family of relays (us-or-01)')
expect(info.description).toEqual('nostr.land family of relays (fi-01 [leopard])')
expect(info.fees).toBeTruthy()
expect(info.supported_nips).toEqual([1, 2, 4, 9, 11, 12, 16, 20, 22, 28, 33, 40])
expect(info.software).toEqual('custom')