BLD: adjustments from testing

This commit is contained in:
Frederic Fortier
2018-02-27 23:10:09 -05:00
parent 25dc3ee737
commit fec829b82e
3 changed files with 4 additions and 3 deletions
@@ -197,7 +197,7 @@ class TestSuiteBundle:
# population=exchange_population,
# features=[bundle],
# ) # Type: list[Exchange]
exchanges = [get_exchange('poloniex', skip_init=True)]
exchanges = [get_exchange('binance', skip_init=True)]
data_portal = TestSuiteBundle.get_data_portal(exchanges)
for exchange in exchanges: