Skip to content

Commit 575747c

Browse files
authored
Update error_path_intentionally_fail.jl
1 parent f61be95 commit 575747c

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
@@ -37,7 +37,7 @@ mktempdir() do tmpdir
3737
end
3838

3939
mgr = SlurmClusterManager.SlurmManager()
40-
test_result = @test_throws T_expected Distributed.addprocs(mgr)
40+
test_result = @test_throws expected_outer_ex_T Distributed.addprocs(mgr)
4141

4242
cfg = ConfigForTestingTaskFailedException(;
4343
expected_outer_ex_T,

0 commit comments

Comments
 (0)