From fdca036827b7059c9915680da490ef3520f720fc Mon Sep 17 00:00:00 2001
From: yatami38
Date: Sun, 3 Nov 2024 05:46:27 +0900
Subject: Fixed a typo in some tests.
---
tests/test_utils/tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'tests/test_utils')
diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py
index 4fd9267429..359cf07402 100644
--- a/tests/test_utils/tests.py
+++ b/tests/test_utils/tests.py
@@ -1046,7 +1046,7 @@ class InHTMLTests(SimpleTestCase):
def test_long_haystack(self):
haystack = (
"This is a very very very very very very very very long message which "
- "exceedes the max limit of truncation.
"
+ "exceeds the max limit of truncation.
"
)
msg = f"Couldn't find 'Hello' in the following response\n{haystack!r}"
with self.assertRaisesMessage(AssertionError, msg):
--
cgit v1.3