fix: correct quote currency extraction in create_product_info and remove debug prints from tests
This commit is contained in:
@@ -34,7 +34,6 @@ class TestMarketDataAggregator:
|
||||
}
|
||||
|
||||
aggregated = aggregate_product_info(products)
|
||||
print(aggregated)
|
||||
assert len(aggregated) == 1
|
||||
|
||||
info = aggregated[0]
|
||||
|
||||
Reference in New Issue
Block a user