summaryrefslogtreecommitdiff
path: root/tests/test_functional.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_functional.py')
-rw-r--r--tests/test_functional.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_functional.py b/tests/test_functional.py
index eb923401d..27fda0309 100644
--- a/tests/test_functional.py
+++ b/tests/test_functional.py
@@ -74,8 +74,8 @@ def test_functional(
lint_test.runTest()
warning = None
try:
- # Catch <unknown>:x: DeprecationWarning: invalid escape sequence
- # so it's not shown during tests
+ # Catch <unknown>:x: DeprecationWarning: invalid escape sequence,
+ # so, it's not shown during tests
warning = recwarn.pop()
except AssertionError:
pass