Skip to content

Commit

Permalink
feat(E): .
Browse files Browse the repository at this point in the history
  • Loading branch information
zarutian authored Oct 13, 2020
1 parent 4ce1239 commit eddf51e
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(() => {
t.asyncThrow(async () => {
E.sendOnly(counter).decr(210);
await testDecrDone;
}, {
Expand Down

0 comments on commit eddf51e

Please sign in to comment.