From 08a02e448229851b838b176099cc5e3aea5d18e0 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Tue, 16 Apr 2024 08:24:07 +0200 Subject: [PATCH] Annotate `test_fields` package --- tests/test_fields/test_split_field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fields/test_split_field.py b/tests/test_fields/test_split_field.py index 9dd27a17..bc94f48a 100644 --- a/tests/test_fields/test_split_field.py +++ b/tests/test_fields/test_split_field.py @@ -49,7 +49,7 @@ def test_assign_to_content(self) -> None: def test_assign_to_excerpt(self) -> None: with self.assertRaises(AttributeError): - self.post.body.excerpt = 'this should fail' + self.post.body.excerpt = 'this should fail' # type: ignore[misc] def test_access_via_class(self) -> None: with self.assertRaises(AttributeError):