Skip to content

Commit

Permalink
Another attempt to improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Oct 21, 2023
1 parent 9de8b95 commit 728c974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/errors/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fn examine_report(
) {
println!("{}", error);
println!("{:?}", error);
println!("{:?}", error.source());
// Convert to report
let report: miette::Report = error.into();
println!("{}", report);
Expand Down

0 comments on commit 728c974

Please sign in to comment.