summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_histcategory.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/completion/test_histcategory.py')
-rw-r--r--tests/unit/completion/test_histcategory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/completion/test_histcategory.py b/tests/unit/completion/test_histcategory.py
index 7dfda3ea6..b6db66c75 100644
--- a/tests/unit/completion/test_histcategory.py
+++ b/tests/unit/completion/test_histcategory.py
@@ -144,7 +144,7 @@ def test_set_pattern_long(hist, message_mock, caplog):
# pylint: enable=bad-builtin
msg = message_mock.getmsg(usertypes.MessageLevel.error)
assert msg.text.startswith(
- "Error building SQL Query: Expression tree is too large")
+ "Error with SQL Query: Expression tree is too large")
@pytest.mark.parametrize('max_items, before, after', [