Skip to content

Commit b6cd4c1

Browse files
committed
Use correct language in tests too
1 parent cfc0e46 commit b6cd4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def test_search_issues(self):
2424
cassette_name = self.cassette_name('search_issues',
2525
cls='GitHub')
2626
with self.recorder.use_cassette(cassette_name):
27-
repos = self.gh.search_issues('github3 labels:bugs')
28-
assert isinstance(next(repos),
27+
issues = self.gh.search_issues('github3 labels:bugs')
28+
assert isinstance(next(issues),
2929
github3.search.IssueSearchResult)
3030

3131
def test_search_repositories(self):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy