Skip to content

Commit daca89d

Browse files
ammaroffsindresorhus
authored andcommitted
Close #364 PR: fix usage example in the readme.
1 parent 83b189b commit daca89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test('foo', t => {
7676
});
7777

7878
test('bar', async t => {
79-
t.plan(2);
79+
t.plan(1);
8080

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

0 commit comments

Comments
 (0)