Fixes pre-existing test to successfully round up

pull/88/head
Lucia Velasco 6 years ago
parent 4949869b5e
commit 2c3198d555

@ -156,7 +156,7 @@ T('toNearest', function () {
Decimal.rounding = 1;
t('83105511539', '83105511539.5', void 0, 11);
t('3847560', '3847561.00000749', 10, 11, 0);
t('3847570', '3847561.00000749', 10, 11, 0);
t('42840000000000000', '42835000000000001', '1e+13', 2, 0);
t('42840000000000000', '42835000000000001', '1e+13', 2, 1);
t('42840000000000000', '42835000000000000.0002', '1e+13', 200, 0);

Loading…
Cancel
Save