mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
fix failing test
This commit is contained in:
parent
b2a7f62964
commit
ec68d084e9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue