multiversx / mx-sdk-js-network-providers

Network Provider (API, Gateway) components (compatible with sdk-js).
Other
6 stars 6 forks source link

Fix unit test #44

Closed popenta closed 11 months ago

popenta commented 11 months ago

There were times when the tests we're running at round change, so the first provider would get the request completed and the second provider would get the request completed in the next round. Now using assert.approximately() to allow a round difference of max 1 round.