diff --git a/tests/scenario_production_operation.rst b/tests/scenario_production_operation.rst index bffe62d..e8f1fa8 100644 --- a/tests/scenario_production_operation.rst +++ b/tests/scenario_production_operation.rst @@ -118,7 +118,7 @@ Create Components:: >>> component1.save() >>> meter, = ProductUom.find([('name', '=', 'Meter')]) - >>> centimeter, = ProductUom.find([('name', '=', 'centimeter')]) + >>> centimeter, = ProductUom.find([('symbol', '=', 'cm')]) >>> component2 = Product() >>> template2 = ProductTemplate() >>> template2.name = 'component 2'