Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
NeutronicMC committed Jun 29, 2020
1 parent 219e9d0 commit d4af629
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/Api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@ test('cache returns cached data', async () => {

expect(diff).toBeLessThan(5);
});

test('all time api returns correct data', async () => {
let data = await HiveApi.getAllTimeLeaderboard("wars");

expect(data).toBeLessThan(5);
});

0 comments on commit d4af629

Please sign in to comment.