From d4af629a5b1e35a160a37c0a2a9a6f665de8f9ba Mon Sep 17 00:00:00 2001 From: NeutronicMC Date: Mon, 29 Jun 2020 15:16:17 -0700 Subject: [PATCH] remove redundant test --- test/Api.test.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/Api.test.ts b/test/Api.test.ts index 2b2cac4..f9ebf7a 100644 --- a/test/Api.test.ts +++ b/test/Api.test.ts @@ -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); -}); \ No newline at end of file