Browse Source

fix typo in tests

node-7
Sindre Sorhus 9 years ago
parent
commit
f65477ee73
  1. 2
      test/retry.js

2
test/retry.js

@ -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);
});

Loading…
Cancel
Save