summaryrefslogtreecommitdiff
path: root/test/requirements.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/requirements.py')
-rw-r--r--test/requirements.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/requirements.py b/test/requirements.py
index 3934dd23f..e66443d18 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -472,7 +472,7 @@ class DefaultRequirements(SuiteRequirements):
"""
return fails_if(
self._mysql_not_mariadb_103,
- 'MySQL error 1093 "Cant specify target table '
+ "MySQL error 1093 \"Can't specify target table "
'for update in FROM clause", resolved by MariaDB 10.3',
)
@@ -649,7 +649,7 @@ class DefaultRequirements(SuiteRequirements):
@property
def dupe_order_by_ok(self):
- """target db wont choke if ORDER BY specifies the same expression
+ """target db won't choke if ORDER BY specifies the same expression
more than once
"""