Skip to content

Commit

Permalink
Update test_chatcommands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CoconutMacaroon committed Oct 5, 2022
1 parent aad8103 commit fcb1292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_chatcommands.py
Expand Up @@ -334,7 +334,7 @@ def wrap_watch(pattern, force=False):
assert wrap_watch("trimfire", True).startswith("Already watched")

monkeypatch.setattr("gitmanager.GitManager.add_to_blacklist", lambda *args, **kwargs: (True, "Hahaha"))
assert wrap_watch("male enhancement", True) == "Hahaha"
assert wrap_watch("male enhancement", True).startswith("Hahaha ")
finally:
git.checkout("master")

Expand Down

0 comments on commit fcb1292

Please sign in to comment.