changeset a5e16d9b0e3c in modules/stock_product_location:default
details: 
https://hg.tryton.org/modules/stock_product_location?cmd=changeset&node=a5e16d9b0e3c
description:
        Adapt tests to centimeters capitalization

        issue10973
        review364411002
diffstat:

 tests/scenario_stock_product_location_production.rst |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a8d6b50b3ebb -r a5e16d9b0e3c 
tests/scenario_stock_product_location_production.rst
--- a/tests/scenario_stock_product_location_production.rst      Mon Nov 01 
17:15:31 2021 +0100
+++ b/tests/scenario_stock_product_location_production.rst      Tue Nov 23 
14:41:20 2021 +0100
@@ -64,7 +64,7 @@
     >>> component1, = template1.products
 
     >>> meter, = ProductUom.find([('name', '=', 'Meter')])
-    >>> centimeter, = ProductUom.find([('name', '=', 'centimeter')])
+    >>> centimeter, = ProductUom.find([('name', '=', 'Centimeter')])
     >>> template2 = ProductTemplate()
     >>> template2.name = 'component 2'
     >>> template2.default_uom = meter

Reply via email to