Skip to content

Commit

Permalink
Merge pull request #342 from epage/norm
Browse files Browse the repository at this point in the history
feat(assert): Expose Assert::normalize
  • Loading branch information
epage authored Jun 10, 2024
2 parents 9803ce0 + 9e644db commit 8418ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/snapbox/src/assert/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Assert {
self.do_action(actual_name, actual, expected)
}

fn normalize(
pub fn normalize(
&self,
mut actual: crate::Data,
mut expected: crate::Data,
Expand Down

0 comments on commit 8418ca9

Please sign in to comment.