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 162c0d7 commit 4ce1239
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 @@ -86,7 +86,7 @@ test('E sendOnly call missing method', async t => {
});

let count = 279;
count counter = {
const counter = {
incr(n) {
count += n;
testDecrDoneResolve(); // only here for the test
Expand Down

0 comments on commit 4ce1239

Please sign in to comment.