Skip to content

Commit

Permalink
worker: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed May 14, 2024
1 parent a5a4519 commit 5ddfa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ws-worker/test/reasons.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ test('exception: failed to load credential', async (t) => {

t.is(reason.reason, 'exception');
t.is(reason.error_type, 'CredentialLoadError');
t.is(reason.error_message, 'Failed to load credential zzz for step aa');
t.is(reason.error_message, 'Failed to load credential zzz: err');
});

test('kill: timeout', async (t) => {
Expand Down

0 comments on commit 5ddfa9a

Please sign in to comment.