Skip to content

Commit 4cc923a

Browse files
authored
Merge pull request rails#54396 from Edouard-chin/ec-typo-fix
Fix a typo that slipped in from rails#54376
2 parents f132ba6 + 42249bd commit 4cc923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/testing/parallelization.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(worker_count)
4141
end
4242

4343
def before_fork
44-
Parallelization.before_fork_hooks.each(&:cb)
44+
Parallelization.before_fork_hooks.each(&:call)
4545
end
4646

4747
def start

0 commit comments

Comments
 (0)