Skip to content

Commit b351e1a

Browse files
committed
mock activity hb test fix
1 parent 6512326 commit b351e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test/src/test-mockactivityenv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test('MockActivityEnvironment emits heartbeat events and can be cancelled', asyn
3535
}, 3),
3636
{
3737
instanceOf: activity.CancelledFailure,
38-
message: 'test',
38+
message: 'CANCELLED',
3939
}
4040
);
4141
});

0 commit comments

Comments
 (0)