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:
Simone Garau
2025-10-30 11:15:26 +01:00
parent 55858a7458
commit 512bc4568e
3 changed files with 30 additions and 10 deletions

View File

@@ -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