fix test
This commit is contained in:
parent
4548e6badb
commit
5c28cc6025
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user