Skip to content

Commit

Permalink
fix count test from hll breaking change.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Dec 17, 2024
1 parent ade3996 commit 2dba8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion count_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TestCount(t *testing.T) {
rl := mustRelayConnect(t, RELAY)
defer rl.Close()

count, err := rl.Count(context.Background(), Filters{
count, _, err := rl.Count(context.Background(), Filters{
{Kinds: []int{KindFollowList}, Tags: TagMap{"p": []string{"3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d"}}},
})
assert.NoError(t, err)
Expand Down

0 comments on commit 2dba8fc

Please sign in to comment.