Skip to content

Commit 08a02e4

Browse files
committed
Annotate test_fields package
1 parent 826b2b7 commit 08a02e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fields/test_split_field.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_assign_to_content(self) -> None:
4949

5050
def test_assign_to_excerpt(self) -> None:
5151
with self.assertRaises(AttributeError):
52-
self.post.body.excerpt = 'this should fail'
52+
self.post.body.excerpt = 'this should fail' # type: ignore[misc]
5353

5454
def test_access_via_class(self) -> None:
5555
with self.assertRaises(AttributeError):

0 commit comments

Comments
 (0)