This commit is contained in:
Alexey 2020-06-04 18:49:16 +03:00
parent 4548e6badb
commit 5c28cc6025

View File

@ -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);
});