From 5c28cc6025447c55a714c3d66d85ef43e4c7b7fc Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 4 Jun 2020 18:49:16 +0300 Subject: [PATCH] fix test --- tests/index.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/index.test.ts b/tests/index.test.ts index d3ac097..e2662cb 100644 --- a/tests/index.test.ts +++ b/tests/index.test.ts @@ -53,6 +53,7 @@ describe('fetchGasPricesOnChain', function () { const gas: number = await oracle.fetchGasPricesOnChain(); gas.should.be.a('number'); + gas.should.be.above(1); gas.should.not.be.equal(0); });