Skip to content

Commit

Permalink
Update Lib/test/test_unittest/testmock/testpatch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 authored Apr 13, 2023
1 parent 5dce14d commit af8397a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_unittest/testmock/testpatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,6 @@ def test_autospec_classmethod(self):


def test_autospec_staticmethod_signature(self):
# Regression test for gh-102978
# Patched methods which are decorated with @staticmethod should have the same signature
class Foo:
@staticmethod
Expand Down

0 comments on commit af8397a

Please sign in to comment.