Skip to content

Commit e9e6dfa

Browse files
authored
revert unnecessary change.
1 parent c2e4ca7 commit e9e6dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/unittest/mock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ def __class__(self):
606606
return self._spec_class
607607

608608
called = _delegating_property('called')
609-
call_args = _delegating_property('call_args')
610609
call_count = _delegating_property('call_count')
610+
call_args = _delegating_property('call_args')
611611
call_args_list = _delegating_property('call_args_list')
612612
mock_calls = _delegating_property('mock_calls')
613613

0 commit comments

Comments
 (0)