Skip to content

Commit bcfa778

Browse files
committed
Fixup
1 parent 5dcf523 commit bcfa778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_unittest/testmock/testhelpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ class WithNonFields:
10961096
a: ClassVar[int]
10971097
b: InitVar[int]
10981098

1099+
msg = "Mock object has no attribute"
10991100
for mock in [
11001101
create_autospec(WithNonFields, instance=True),
11011102
create_autospec(WithNonFields(1)),

0 commit comments

Comments
 (0)