fix failing test

This commit is contained in:
Isak 2023-09-16 17:52:04 -04:00
parent b2a7f62964
commit ec68d084e9

View file

@ -279,7 +279,7 @@ mod test_roc_std {
fn roc_dec_fmt() {
assert_eq!(
format!("{}", RocDec::MIN),
"-1701411834604692317316.87303715884105728"
"-170141183460469231731.687303715884105728"
);
let half = RocDec::from_str("0.5").unwrap();