Skip to content

Commit

Permalink
feat(E): .
Browse files Browse the repository at this point in the history
  • Loading branch information
zarutian authored Oct 12, 2020
1 parent c0d8013 commit 672c593
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 @@ -50,7 +50,7 @@ test('E method calls', async t => {

test('E sendOnly method calls', async t => {
let testIncrDoneResolve;
const testIncrDone = new Promise((resolve, reject) => {
const testIncrDone = new Promise(resolve => {
testIncrDoneResolve = resolve;
});

Expand Down

0 comments on commit 672c593

Please sign in to comment.