Skip to content

Commit

Permalink
feat(E): . throwsAsync not asyncThrows
Browse files Browse the repository at this point in the history
  • Loading branch information
zarutian authored Oct 13, 2020
1 parent eddf51e commit aa62713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eventual-send/test/test-e.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test('E sendOnly call missing method', async t => {
},
};

t.asyncThrow(async () => {
t.throwsAsync(async () => {
E.sendOnly(counter).decr(210);
await testDecrDone;
}, {
Expand Down

0 comments on commit aa62713

Please sign in to comment.