Skip to content

Commit

Permalink
Merge branch 'master' into 09-coap/pass-uri
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu authored Jun 17, 2024
2 parents 9826c15 + b34bd20 commit 9182907
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testutils/tests/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ def __init__(self, issues):

# pylint: disable=W0613
def get_issues(self, *args, **kwargs):
for issue in self.issues:
yield issue
yield from self.issues

issues = [MockIssue(title) for title in issue_titles]
repo = MockRepo(issues)
Expand Down

0 comments on commit 9182907

Please sign in to comment.