From dc4f19308d19d75e7c0c895ccf3c8de202bab5be Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 14 Jun 2019 18:27:10 -0400 Subject: [PATCH] Update skill page test --- __tests__/hiscores.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });