Skip to content

Commit

Permalink
black tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Oct 14, 2023
1 parent 5d2f7c5 commit c5daa71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ingress/test_pipermail.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ def test__to_dict(self, mlist):
# On 13/09/22 the mailing list contained 175 Emails.
assert len(dic[list(dic.keys())[0]]) >= 175
"""
"""
2 changes: 1 addition & 1 deletion tests/unit/test_mailman.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test__valid_urls(self):
self.assertTrue(
len(list(_l.actual())) == 2, msg="wrong number of log entries"
)
for (fromwhere, level, msg) in _l.actual():
for fromwhere, level, msg in _l.actual():
self.assertTrue(
level == "WARNING",
msg="logged something that wasn't a warning",
Expand Down

0 comments on commit c5daa71

Please sign in to comment.