Skip to content

Commit 818ce43

Browse files
author
Marin Visscher
committed
test_process_new_product test fix
1 parent f391339 commit 818ce43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_process_node.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ def test_process_new_product(basic):
135135
new_product.save()
136136

137137
assert isinstance(new_product, bf.Product)
138-
assert new_product["name"] == "new_product"
138+
assert new_product["name"] == "process - 1"
139+
assert new_product["product"] == "new_product"
139140
assert new_product["code"] == "new_product_code"
140141
assert new_product["unit"] == "kg"
141142
assert new_product["amount"] == 10

0 commit comments

Comments
 (0)