Fix new services implementation 4

This commit is contained in:
Urtzi Alfaro
2025-08-14 16:48:00 +02:00
parent 03737430ee
commit 03b4d4185d

View File

@@ -250,6 +250,7 @@ class TestDataImportService:
assert result["skip"] is False
assert result["product_name"] == "Pan Integral"
assert "inventory_product_id" in result # Should be generated during parsing
assert result["quantity_sold"] == 5
assert result["revenue"] == 12.5
assert result["location_id"] == "STORE_001"