Skip to content

Commit

Permalink
test: add missing prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Oct 24, 2023
1 parent fb5ec66 commit 6f4d0b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ describe('events', function () {
const numRemovals = 100;
const trimmedQueue = new Queue(queueName, {
connection,
prefix,
});

const client = await trimmedQueue.client;
Expand Down Expand Up @@ -763,6 +764,7 @@ describe('events', function () {
const numRemovals = 200;
const trimmedQueue = new Queue(queueName, {
connection,
prefix,
streams: {
events: {
maxLen: 20,
Expand Down

0 comments on commit 6f4d0b2

Please sign in to comment.