From 8a0afba213cf182eef69ad15367c20cc4c3c206f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Wed, 19 Feb 2025 16:04:01 +0100 Subject: [PATCH] Fix ruff error --- tests/test_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_text.py b/tests/test_text.py index a0fdd8e..c8ed7d1 100644 --- a/tests/test_text.py +++ b/tests/test_text.py @@ -173,7 +173,7 @@ def callback(event): assert event.transaction.origin == origin assert ( re.match( - r"{target: Hello, delta: \[{'insert': 'Hello'}\], path: \[\], transaction: <[\w\.]+ object at 0x[a-fA-F\d]+>}", + r"{target: Hello, delta: \[{'insert': 'Hello'}\], path: \[\], transaction: <[\w\.]+ object at 0x[a-fA-F\d]+>}", # noqa E501 str(event), ) is not None