fix some unit tests

This commit is contained in:
r888888888
2018-01-02 15:12:48 -08:00
parent 4a80d6c337
commit 604e9e9866
5 changed files with 22 additions and 15 deletions

View File

@@ -2129,7 +2129,7 @@ class PostTest < ActiveSupport::TestCase
assert_tag_match([flagged], "status:flagged")
assert_tag_match([deleted], "status:deleted")
assert_tag_match([banned], "status:banned")
assert_tag_match([flagged], "status:active")
assert_tag_match([], "status:active")
assert_tag_match(all, "status:any")
assert_tag_match(all, "status:all")