Skip to content

Commit

Permalink
Bump upper bound 20_000 -> 26_000 in test_exchange_rate_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyjon committed May 16, 2022
1 parent 77636df commit c2dad77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/other/test_exchange_rate_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def test_exchange_rate_manager(self):
self.assertLessEqual(lbc, 60.0)
lbc = manager.convert_currency('BTC', 'LBC', Decimal('0.01'))
self.assertGreaterEqual(lbc, 1_000)
self.assertLessEqual(lbc, 20_000)
self.assertLessEqual(lbc, 26_000)

async def test_it_handles_feed_being_offline(self):
class FakeFeed(MarketFeed):
Expand Down

0 comments on commit c2dad77

Please sign in to comment.