Skip to content

Commit 3f26b0d

Browse files
committed
Update error_path_manager_timeout.jl
1 parent f999f21 commit 3f26b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/error_path_manager_timeout.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mktempdir() do tmpdir
3838
expected_outer_ex_T = TaskFailedException
3939
expected_inner_ex_INSTANCE = ErrorException("launch_timeout exceeded")
4040
else
41-
expected_outer_ex_T = Base.IOError
41+
expected_outer_ex_T = ErrorException
4242
expected_inner_ex_INSTANCE = Base.IOError("hello world", 1)
4343
end
4444

0 commit comments

Comments
 (0)