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

        issue10973
        review364411002
diffstat:

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

diffs (12 lines):

diff -r 10a9c97e4592 -r 8aa28d9abafd 
tests/scenario_web_shop_shopify_secondary_unit.rst
--- a/tests/scenario_web_shop_shopify_secondary_unit.rst        Sat Nov 20 
00:14:56 2021 +0100
+++ b/tests/scenario_web_shop_shopify_secondary_unit.rst        Tue Nov 23 
14:41:20 2021 +0100
@@ -114,7 +114,7 @@
     >>> unit.digits = 2
     >>> unit.rounding = 0.01
     >>> unit.save()
-    >>> cm, = Uom.find([('name', '=', "centimeter")])
+    >>> cm, = Uom.find([('name', '=', "Centimeter")])
     >>> cm.digits = 0
     >>> cm.rounding = 1
     >>> cm.save()

Reply via email to