Skip to content

Commit

Permalink
Close #364 PR: fix usage example in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ammaroff authored and sindresorhus committed Dec 25, 2015
1 parent 83b189b commit daca89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test('foo', t => {
});

test('bar', async t => {
t.plan(2);
t.plan(1);

const bar = Promise.resolve('bar').then(delay(200));

Expand Down

0 comments on commit daca89d

Please sign in to comment.