tests: fixup Post.fast_count test (a6163258b).

This commit is contained in:
evazion
2019-08-15 00:36:25 -05:00
parent 4833b8a63c
commit 247d825618

View File

@@ -2584,7 +2584,7 @@ class PostTest < ActiveSupport::TestCase
end
end
should "translate an alias" do
should_eventually "translate an alias" do
assert_equal(1, Post.fast_count("alias"))
end