Skip to content

Commit ddad044

Browse files
committed
Fixed typo in dataflow spec.
1 parent 6bc3163 commit ddad044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/concurrent/dataflow_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Concurrent
88

99
before(:each) do
1010
Concurrent.configure do |config|
11-
config.global_operation_pool = Concurrent::ImmediateExecutor.new
11+
config.global_task_pool = Concurrent::PerThreadExecutor.new
1212
end
1313
end
1414

0 commit comments

Comments
 (0)