Skip to content

Commit

Permalink
fixup! tests: Improve test_throws_unwrap error comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Aug 1, 2024
1 parent 24baa93 commit 7052df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function _test_throws_unwrap(terr, ex; to_match=[])
end
quote
$oerr, $rerr = try
$(esc(ex))
nothing, $(esc(ex))
catch err
(err, Dagger.Sch.unwrap_nested_exception(err))
end
Expand Down

0 comments on commit 7052df0

Please sign in to comment.