Skip to content

Commit

Permalink
fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 13, 2016
1 parent 76f9377 commit f65477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/retry.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test('can be disabled with option', async t => {
}
});

test('funcion gets iter count', async t => {
test('function gets iter count', async t => {
await got(`${s.url}/fifth`, {timeout: 100, retries: iter => iter < 10});
t.is(fifth, 6);
});
Expand Down

0 comments on commit f65477e

Please sign in to comment.