We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be5599 commit 8a218e5Copy full SHA for 8a218e5
test/error_path_manager_timeout.jl
@@ -46,8 +46,8 @@ mktempdir() do tmpdir
46
test_result = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
47
48
cfg = ConfigForTestingTaskFailedException(;
49
- expected_outer_ex_T,
50
- expected_inner_ex_INSTANCE,
+ expected_outer_ex_T=expected_outer_ex_T,
+ expected_inner_ex_INSTANCE=expected_inner_ex_INSTANCE,
51
)
52
test_task_failed_exception(test_result, cfg)
53
end
0 commit comments