From d437ae311f1b9dc40b442e40eb602e020cec4e49 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 5 Sep 2024 14:39:25 +0200 Subject: [PATCH] Fix a typo from PR #52807 --- .../test/cases/associations/has_many_associations_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/test/cases/associations/has_many_associations_test.rb b/activerecord/test/cases/associations/has_many_associations_test.rb index 6357ffbc2722e..d8a30d9ce7303 100644 --- a/activerecord/test/cases/associations/has_many_associations_test.rb +++ b/activerecord/test/cases/associations/has_many_associations_test.rb @@ -3253,7 +3253,7 @@ def force_signal37_to_load_all_clients_of_firm end end -class AsyncHasOneAssociationsTest < ActiveRecord::TestCase +class AsyncHasManyAssociationsTest < ActiveRecord::TestCase include WaitForAsyncTestHelper self.use_transactional_tests = false