Skip to content

Commit 7052df0

Browse files
committed
fixup! tests: Improve test_throws_unwrap error comparisons
1 parent 24baa93 commit 7052df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/util.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function _test_throws_unwrap(terr, ex; to_match=[])
3636
end
3737
quote
3838
$oerr, $rerr = try
39-
$(esc(ex))
39+
nothing, $(esc(ex))
4040
catch err
4141
(err, Dagger.Sch.unwrap_nested_exception(err))
4242
end

0 commit comments

Comments
 (0)