Skip to content

Commit 5903527

Browse files
committed
primitives - UnifiedNum - fix test comment
1 parent a38e0f2 commit 5903527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/unified_num.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ mod test {
309309
"It should floor the result of USDT"
310310
);
311311

312-
// 321.00000999
312+
// 321.00000777
313313
let same_unified = UnifiedNum::from(32_100_000_777_u64);
314314
assert_eq!(
315315
BigNum::from(same_unified.0),

0 commit comments

Comments
 (0)