Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csnardi committed Jan 17, 2015
1 parent f1afeb1 commit d5d9602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_spamhanding.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ def test_check_if_spam(title, body, username, site, match):
post_id = 0
# If we want to test answers separatly, this should be changed
is_answer = False
is_spam = check_if_spam(title, body, username, user_url, site, post_id, is_answer)
is_spam, reason = check_if_spam(title, body, username, user_url, site, post_id, is_answer)
print title
assert match == is_spam

0 comments on commit d5d9602

Please sign in to comment.