Fix new services implementation 4
This commit is contained in:
@@ -250,6 +250,7 @@ class TestDataImportService:
|
|||||||
|
|
||||||
assert result["skip"] is False
|
assert result["skip"] is False
|
||||||
assert result["product_name"] == "Pan Integral"
|
assert result["product_name"] == "Pan Integral"
|
||||||
|
assert "inventory_product_id" in result # Should be generated during parsing
|
||||||
assert result["quantity_sold"] == 5
|
assert result["quantity_sold"] == 5
|
||||||
assert result["revenue"] == 12.5
|
assert result["revenue"] == 12.5
|
||||||
assert result["location_id"] == "STORE_001"
|
assert result["location_id"] == "STORE_001"
|
||||||
|
|||||||
Reference in New Issue
Block a user