Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maurer committed Dec 10, 2024
1 parent b8b41d0 commit 0affb04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zope/annotation/tests/test_attributeannotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def testMigration(self):
annotations = AttributeAnnotations(obj)
self.assertEqual(annotations["a"], 1)
self.assertNotIn("__annotations__", od)
# again to check the case "no migration necessary"
annotations = AttributeAnnotations(obj)

def testTypeHints(self):

Expand Down

0 comments on commit 0affb04

Please sign in to comment.