mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix: last failing test
This commit is contained in:
parent
a046bbe32a
commit
13bb94ac24
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ test "fromString: -.45" {
|
|||
}
|
||||
|
||||
test "fromString: -0.45" {
|
||||
var roc_str = RocStr.init("-0.45", 4);
|
||||
var roc_str = RocStr.init("-0.45", 5);
|
||||
var dec = RocDec.fromString(roc_str);
|
||||
|
||||
expectEqual(RocDec{ .num = -450000000000000000 }, dec.?);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue