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 589cae8 commit 5e62013Copy full SHA for 5e62013
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