summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r--ishtar_common/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py
index 60e087794..145b3b144 100644
--- a/ishtar_common/tests.py
+++ b/ishtar_common/tests.py
@@ -401,7 +401,7 @@ class WizardTestFormData(object):
def tests(self, test_object, final_step_response):
"""
- Specific tests for theses datas. Raise Exception if not OK.
+ Specific tests for these data. Raise Exception if not OK.
"""
for test in self.extra_tests:
test(test_object, final_step_response)