fix: correct quote currency extraction in create_product_info and remove debug prints from tests

This commit is contained in:
2025-10-02 01:36:57 +02:00
parent ca463f9f5f
commit c978b92268
4 changed files with 1 additions and 8 deletions

View File

@@ -34,7 +34,6 @@ class TestMarketDataAggregator:
}
aggregated = aggregate_product_info(products)
print(aggregated)
assert len(aggregated) == 1
info = aggregated[0]