From 247d825618a57fee80617ac204ab50ef522319a5 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 15 Aug 2019 00:36:25 -0500 Subject: [PATCH] tests: fixup Post.fast_count test (a6163258b). --- test/unit/post_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/post_test.rb b/test/unit/post_test.rb index 601dc2c91..29e2677ff 100644 --- a/test/unit/post_test.rb +++ b/test/unit/post_test.rb @@ -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