Skip to content

Commit

Permalink
Adjust test cases accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
user12986714 committed Jul 2, 2020
1 parent 6fd56f8 commit 69c6d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_chatcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def test_allspam(handle_spam):
assert handle_spam.call_count == 1
_, call = handle_spam.call_args_list[0]
assert isinstance(call["post"], Post)
assert call["reasons"] == ["Manually reported answer"]
assert call["reasons"] == ["Manually reported answer(Batch report by ArtOfCode)"]
assert call["why"].startswith(
"Post manually reported by user *ArtOfCode* in room *Charcoal HQ*."
"\n\nThis post would not have been caught otherwise."
Expand Down

0 comments on commit 69c6d0b

Please sign in to comment.