lavori in corso: agginto campo provider a productinfo. Inseguire le istanze e mettere il campo provider come init quano si istanzia
This commit is contained in:
@@ -139,7 +139,7 @@ class TestMarketDataAggregator:
|
||||
|
||||
info = aggregated[0]
|
||||
assert info is not None
|
||||
assert info.id == "BTC-USD_AGGREGATED"
|
||||
assert info.id == "BTC_AGGREGATED"
|
||||
assert info.symbol == "BTC"
|
||||
assert info.currency == "USD"
|
||||
assert info.price == pytest.approx(100000.0, rel=1e-3) # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user