Skip to content

Commit

Permalink
primitives - UnifiedNum - fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Mar 23, 2021
1 parent a38e0f2 commit 5903527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/unified_num.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ mod test {
"It should floor the result of USDT"
);

// 321.00000999
// 321.00000777
let same_unified = UnifiedNum::from(32_100_000_777_u64);
assert_eq!(
BigNum::from(same_unified.0),
Expand Down

0 comments on commit 5903527

Please sign in to comment.