Skip to content

Commit 96a4cdf

Browse files
authored
Update error_path_manager_timeout.jl
1 parent 227a4d5 commit 96a4cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/error_path_manager_timeout.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ mktempdir() do tmpdir
4646
test_result = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
4747

4848
cfg = ConfigForTestingTaskFailedException(;
49-
expected_outer_ex_T,
50-
expected_inner_ex_INSTANCE,
49+
expected_outer_ex_T=expected_outer_ex_T,
50+
expected_inner_ex_INSTANCE=expected_inner_ex_INSTANCE,
5151
)
5252
test_task_failed_exception(test_result, cfg)
5353
end

0 commit comments

Comments
 (0)