Skip to content

Commit

Permalink
fix(NIP-13-23856a9):fixed filtered event in the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-myles committed Sep 18, 2024
1 parent ab8307a commit bc95679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/ws/subscriptions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func TestRelaySubscription(t *testing.T) {
require.NoError(t, notMatchingEvent.GenerateNIP13(ctx, minTestLeadingZeroBits))
require.NoError(t, notMatchingEvent.Sign(privkey))
require.NoError(t, relay.Publish(ctx, notMatchingEvent.Event))
assert.Equal(t, append(eventsQueue, notMatchingEvent), storedEvents)
sub.Filters = []nostr.Filter{{
Kinds: []int{nostr.KindArticle},
Limit: 1,
Expand Down

0 comments on commit bc95679

Please sign in to comment.