Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 7, 2024
1 parent d7f00c5 commit ffffc5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bentocache/tests/events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ test.group('Cache events', () => {

const event = await pEvent(emitter, 'bus:message:published')

assert.isDefined(event.message.busId)
assert.deepInclude(event.message, { keys: ['foo'], type: CacheBusMessageType.Set })
})

Expand Down

0 comments on commit ffffc5b

Please sign in to comment.