Skip to content

Commit

Permalink
tests: apply - ryu formats 0_f64 to "0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 19, 2024
1 parent bc837ae commit ffa81b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_apply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2188,8 +2188,8 @@ fn apply_ops_similarity() {
svec!["name", "name_sim_score"],
svec!["John", "0.5"],
svec!["Jonathan", "0.25"],
svec!["Edna", "0"],
svec!["Larry", "0"],
svec!["Edna", "0.0"],
svec!["Larry", "0.0"],
];
assert_eq!(got, expected);
}
Expand Down

0 comments on commit ffa81b1

Please sign in to comment.