Skip to content

Commit f61be95

Browse files
authored
Update util.jl
1 parent 99b3b44 commit f61be95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
function test_task_failed_exception(test_result::Test.Pass, cfg::ConfigForTestingTaskFailedException)
1616
observed_outer_ex = extract_test_result_value(test_result)
1717
@test observed_outer_ex isa expected_outer_ex_T
18-
observed_inner_ex = recursively_unwrap_task_failed_ex(observed_outer_ex)
18+
observed_inner_ex = recursively_unwrap_ex(observed_outer_ex)
1919
@test observed_inner_ex isa typeof(expected_inner_ex_INSTANCE)
2020
@test observed_inner_ex == expected_inner_ex_INSTANCE
2121
return nothing

0 commit comments

Comments
 (0)