Skip to content

Commit 59a5540

Browse files
authored
Update error_path_manager_timeout.jl
1 parent a63dc37 commit 59a5540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/error_path_manager_timeout.jl

+1-1
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)