fix unit tests

This commit is contained in:
r888888888
2017-05-30 17:37:42 -07:00
parent 216ca06fee
commit bffa1f3dc3
8 changed files with 5 additions and 88 deletions

View File

@@ -2113,7 +2113,7 @@ class PostTest < ActiveSupport::TestCase
end
assert_tag_match([post3, post1, post2], "order:comment_bumped")
assert_tag_match([post1, post3, post2], "order:comment_bumped_asc")
assert_tag_match([post2, post1, post3], "order:comment_bumped_asc")
end
should "return posts for a filesize search" do