Skip to content

Commit cdb7e6b

Browse files
committed
Update error_path_intentionally_fail.jl
1 parent b560a14 commit cdb7e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/error_path_intentionally_fail.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mktempdir() do tmpdir
3030
expected_inner_ex_INSTANCE = Base.IOError("write: broken pipe (EPIPE)", -32)
3131

3232
mgr = SlurmClusterManager.SlurmManager()
33-
test_result = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
33+
test_result = @test_throws expected_inner_ex_INSTANCE Distributed.addprocs(mgr)
3434

3535
cfg = ConfigForTestingTaskFailedException(;
3636
expected_outer_ex_T=expected_outer_ex_T,

0 commit comments

Comments
 (0)