Skip to content

Commit

Permalink
sdk: adjust test expected relay.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Feb 9, 2025
1 parent d07cccd commit a8d6e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ func TestMetadataAndEvents(t *testing.T) {

// check outbox relays
relays := sys.FetchOutboxRelays(ctx, meta.PubKey, 5)
require.Contains(t, relays, "wss://lockbox.fiatjaf.com")
require.Contains(t, relays, "wss://relay.westernbtc.com")
require.Contains(t, relays, "wss://pyramid.fiatjaf.com")

// fetch notes
filter := nostr.Filter{
Expand Down

0 comments on commit a8d6e1f

Please sign in to comment.