Skip to content

Commit d437ae3

Browse files
committed
Fix a typo from PR rails#52807
1 parent a5e1d2a commit d437ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/test/cases/associations/has_many_associations_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3253,7 +3253,7 @@ def force_signal37_to_load_all_clients_of_firm
32533253
end
32543254
end
32553255

3256-
class AsyncHasOneAssociationsTest < ActiveRecord::TestCase
3256+
class AsyncHasManyAssociationsTest < ActiveRecord::TestCase
32573257
include WaitForAsyncTestHelper
32583258

32593259
self.use_transactional_tests = false

0 commit comments

Comments
 (0)