Skip to content

Commit

Permalink
updated test to work with new cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrane1 authored Apr 15, 2021
1 parent ad4c0dc commit 2765033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/__tests__/backend/strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import server from '../../server/app';

describe('Strategy tests', () => {
const messageValid = {
topic: 'testtopic',
topic: 'test2',
message: 'Hello world',
retries: 4,
faults: 2,
Expand Down

0 comments on commit 2765033

Please sign in to comment.