This commit is contained in:
Akiomi Kamakura 2024-01-08 17:05:04 +09:00 committed by fiatjaf_
parent f1d315632c
commit 7d58705e9a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ test('removing duplicates when subscribing', async () => {
pool.subscribeMany(relays, [{ authors: [pub] }], {
onevent(event: Event) {
// this should be called only once even though we're listening
// to multiple relays because the events will be catched and
// to multiple relays because the events will be caught and
// deduplicated efficiently (without even being parsed)
received.push(event)
},