Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 26, 2024
1 parent 5dcf523 commit bcfa778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_unittest/testmock/testhelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ class WithNonFields:
a: ClassVar[int]
b: InitVar[int]

msg = "Mock object has no attribute"
for mock in [
create_autospec(WithNonFields, instance=True),
create_autospec(WithNonFields(1)),
Expand Down

0 comments on commit bcfa778

Please sign in to comment.