summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-12-16 11:06:43 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:22 +0100
commit4ebb6f8563640026176a7e0721d6dd2e3d71d160 (patch)
tree23e06af316435efe5f33f3f9e5d304b5a54d8d2d /ishtar_common/tests.py
parent96b65026a2876fb31d48a8dca4e25fee85699ac8 (diff)
downloadIshtar-4ebb6f8563640026176a7e0721d6dd2e3d71d160.tar.bz2
Ishtar-4ebb6f8563640026176a7e0721d6dd2e3d71d160.zip
Fix english typo
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)