Skip to content

Commit

Permalink
5 -> 4
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 committed Jan 18, 2025
1 parent 936c664 commit 4bc9341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ where
T: Copy + std::fmt::Debug + PartialEq,
f64: From<T>,
{
Data::from(a).assert_approx_eq(&Data::from(b), 5);
Data::from(a).assert_approx_eq(&Data::from(b), 4);
}

0 comments on commit 4bc9341

Please sign in to comment.