File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1332,7 +1332,9 @@ def test_search_code(self):
1332
1332
1333
1333
def test_search_commits (self ):
1334
1334
"""Verify the request to search for commits."""
1335
- i = self .instance .search_commits ("css repo:octocat/Spoon-Knife" , per_page = 15 )
1335
+ i = self .instance .search_commits (
1336
+ "css repo:octocat/Spoon-Knife" , per_page = 15
1337
+ )
1336
1338
self .get_next (i )
1337
1339
1338
1340
self .session .get .assert_called_once_with (
@@ -1393,7 +1395,9 @@ def test_search_repositories(self):
1393
1395
1394
1396
def test_search_users (self ):
1395
1397
"""Verify the request to search for users."""
1396
- i = self .instance .search_users ("tom repos:>42 followers:>1000" , per_page = 15 )
1398
+ i = self .instance .search_users (
1399
+ "tom repos:>42 followers:>1000" , per_page = 15
1400
+ )
1397
1401
self .get_next (i )
1398
1402
1399
1403
self .session .get .assert_called_once_with (
You can’t perform that action at this time.
0 commit comments