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

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
GPSnoopy committed May 20, 2022
1 parent 7e68dbc commit 94d3a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/it/array/ord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn decimal() -> Result<()> {

assert_eq!(Ordering::Less, (cmp)(0, 1));
assert_eq!(Ordering::Equal, (cmp)(1, 1));
assert_eq!(Ordering::Greater, (cmp)(1, 2));
assert_eq!(Ordering::Greater, (cmp)(1, 0));

Ok(())
}
Expand Down

0 comments on commit 94d3a71

Please sign in to comment.