forked from LBRYCommunity/lbry-sdk
test_exchange_rate_manager: bump value
This commit is contained in:
parent
3819552861
commit
fd73412f12
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class TestExchangeRateManager(AsyncioTestCase):
|
|||
self.assertLessEqual(len(failures), 1, f"feed failures: {failures}. Please check exchange rate feeds!")
|
||||
lbc = manager.convert_currency('USD', 'LBC', Decimal('1.0'))
|
||||
self.assertGreaterEqual(lbc, 2.0)
|
||||
self.assertLessEqual(lbc, 60.0)
|
||||
self.assertLessEqual(lbc, 80.0)
|
||||
lbc = manager.convert_currency('BTC', 'LBC', Decimal('0.01'))
|
||||
self.assertGreaterEqual(lbc, 1_000)
|
||||
self.assertLessEqual(lbc, 20_000)
|
||||
|
|
Loading…
Reference in a new issue