Skip to content

Commit

Permalink
feat(assert): Expose Assert::normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 10, 2024
1 parent 9803ce0 commit 9e644db
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 9e644db

Please sign in to comment.