Update skill page test

This commit is contained in:
Max
2019-06-14 18:27:10 -04:00
parent a70848860b
commit dc4f19308d

View File

@@ -206,5 +206,5 @@ test('Get attack top page', async done => {
done(); done();
}; };
getSkillPage('main', 'attack', 1).then(callback); getSkillPage('attack').then(callback);
}); });