From 4ebb6f8563640026176a7e0721d6dd2e3d71d160 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 16 Dec 2020 11:06:43 +0100 Subject: Fix english typo --- ishtar_common/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/tests.py') 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) -- cgit v1.2.3