Skip to content
Merged
Prev Previous commit
Next Next commit
add news
  • Loading branch information
akulakov committed May 3, 2022
commit 8f818492634dc1677fa6f54d916d0c43fa84e4b0
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix an error when using a method of objects mocked with
:func:`unittest.mock.create_autospec` after it was sealed with
:func:`unittest.mock.seal` function.