Skip to content

Commit

Permalink
fix test queue name
Browse files Browse the repository at this point in the history
  • Loading branch information
tunderdomb committed Jun 22, 2022
1 parent 72b4ca7 commit a3583af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Gathering.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const SeedRandom = require('seed-random')
const config = require('./config/LoadConfig')

describe('GatheringClient && GatheringServer', () => {
const gatheringName = 'test-gathering'
const gatheringName = 'techteamer-mq-js-test-gathering'
const logger = new ConsoleInspector(console)
const timeoutMs = 1000
const assertExchangeOptions = { durable: false, autoDelete: true }
Expand Down

0 comments on commit a3583af

Please sign in to comment.