diff --git a/__tests__/hiscores.test.ts b/__tests__/hiscores.test.ts index 5a2ddaa..27c89c4 100644 --- a/__tests__/hiscores.test.ts +++ b/__tests__/hiscores.test.ts @@ -206,5 +206,5 @@ test('Get attack top page', async done => { done(); }; - getSkillPage('main', 'attack', 1).then(callback); + getSkillPage('attack').then(callback); });