Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
πŸ› Fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Jan 31, 2023
1 parent 6e0822b commit fcbbde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/partials/float.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod tests {

#[test]
fn finite_ok() {
assert_eq!(Float::from(0.5).render().into_string(), r#"<span title="0.5">1</span>"#);
assert_eq!(Float::from(0.5).render().into_string(), r#"<span title="0.5">0</span>"#);
}

#[test]
Expand Down

0 comments on commit fcbbde3

Please sign in to comment.