Skip to content

Commit b3e0ad5

Browse files
committed
Black linting
1 parent 0df91f9 commit b3e0ad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pytest_mock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ def bar(self, arg):
245245

246246
def test_instance_method_spy_exception(mocker):
247247
excepted_message = "foo"
248+
248249
class Foo(object):
249250
def bar(self, arg):
250251
raise Exception(excepted_message)

0 commit comments

Comments
 (0)