changeset 92a3d1097d54 in modules/product:default
details: https://hg.tryton.org/modules/product?cmd=changeset;node=92a3d1097d54
description:
Use correct name name in scenario description
issue9289
review315421002
diffstat:
tests/scenario_product_identifier.rst | 2 +-
tests/scenario_product_variant.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r ff09bda4556c -r 92a3d1097d54 tests/scenario_product_identifier.rst
--- a/tests/scenario_product_identifier.rst Sat May 02 10:29:24 2020 +0200
+++ b/tests/scenario_product_identifier.rst Sat May 02 23:04:15 2020 +0200
@@ -8,7 +8,7 @@
>>> from proteus import Model, Wizard
>>> from trytond.tests.tools import activate_modules
-Install party::
+Install product::
>>> config = activate_modules('product')
diff -r ff09bda4556c -r 92a3d1097d54 tests/scenario_product_variant.rst
--- a/tests/scenario_product_variant.rst Sat May 02 10:29:24 2020 +0200
+++ b/tests/scenario_product_variant.rst Sat May 02 23:04:15 2020 +0200
@@ -8,7 +8,7 @@
>>> from proteus import Model
>>> from trytond.tests.tools import activate_modules
-Install party::
+Install product::
>>> config = activate_modules('product')