Skip to content

Commit b560a14

Browse files
committed
Update util.jl
1 parent bdd77d5 commit b560a14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/util.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ end
1818
function test_task_failed_exception(test_result::Test.Pass, cfg::ConfigForTestingTaskFailedException)
1919
observed_outer_ex = extract_test_result_value(test_result)
2020
@test observed_outer_ex isa cfg.expected_outer_ex_T
21+
2122
observed_inner_ex = recursively_unwrap_ex(observed_outer_ex)
2223
@test observed_inner_ex isa typeof(cfg.expected_inner_ex_INSTANCE)
2324
@test observed_inner_ex == cfg.expected_inner_ex_INSTANCE
25+
2426
return nothing
2527
end

0 commit comments

Comments
 (0)