Skip to content

Commit

Permalink
huh, dot?
Browse files Browse the repository at this point in the history
  • Loading branch information
𝐢𝐁𝐮𝐠 ♦ committed Dec 10, 2018
1 parent 6c3996f commit 3f5e185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_chatcommands.py
Expand Up @@ -203,7 +203,7 @@ def test_approve(monkeypatch):
m.setattr("requests.get", lambda *args, **kwargs: None)
assert chatcommands.approve(8888, original_msg=msg) == "Cannot connect to GitHub API"
m.setattr("requests.get", original_get)
assert chatcommands.approve(2518, original_msg=msg).[:8] in {"PR #2518", "Cannot c"}
assert chatcommands.approve(2518, original_msg=msg)[:8] in {"PR #2518", "Cannot c"}


@patch("chatcommands.handle_spam")
Expand Down

0 comments on commit 3f5e185

Please sign in to comment.