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 6512326 commit b351e1aCopy full SHA for b351e1a
packages/test/src/test-mockactivityenv.ts
@@ -35,7 +35,7 @@ test('MockActivityEnvironment emits heartbeat events and can be cancelled', asyn
35
}, 3),
36
{
37
instanceOf: activity.CancelledFailure,
38
- message: 'test',
+ message: 'CANCELLED',
39
}
40
);
41
});
0 commit comments