Skip to content

Commit 52ed42d

Browse files
author
Gennadii Kandaurov
committed
add workflow settings
1 parent cdcf50e commit 52ed42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson-01/test_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_friends_single(self):
7878
]
7979
self.assertEqual(calls, mock_api.mock_calls)
8080

81-
#friends = usr.get_friends("is")
81+
# friends = usr.get_friends("is")
8282

8383
@mock.patch("user.fetch_vk_api")
8484
def test_friends_no_filter(self, mock_api):

0 commit comments

Comments
 (0)