ExchangeUnion / market-maker-bot

MM Bot for OpenDEX. Make profits via arbitrage between OpenDEX and a connected CEX account like Binance 🤖
GNU Affero General Public License v3.0
104 stars 20 forks source link

fix(test): avoid Binance API calls in tests #48

Closed ghost closed 4 years ago

ghost commented 4 years ago

This commit fixes an issue with the trade.spec that was making real API calls to Binance API. As a result, it was causing the test suite to occasionally fail.