We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b4c40 commit 0cb87e3Copy full SHA for 0cb87e3
demo/__tests__/backend/strategy.ts
@@ -9,7 +9,7 @@ describe('Strategy tests', () => {
9
faults: 2,
10
};
11
const messageInvalid = {
12
- topic: 'ausar',
+ topic: 'wrongtopic',
13
message: 'Hello world',
14
retries: 4,
15
0 commit comments