Skip to content

Commit

Permalink
test getString displays 46.768 as 46.77
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer4web authored and megheaiulian committed Aug 14, 2018
1 parent 99ff7b0 commit 5c95602
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/range.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@
omnitable.addEventListener('sorted-filtered-grouped-items-changed', handler);
column._filterInput = {min: 46.75, max: 46.76};
});

test('getString displays 46.768 as 46.77', done => {
assert.equal(column.getString({age: 46.768}), 46.77);
done();
});
});

suite('amount', () => {
Expand Down

0 comments on commit 5c95602

Please sign in to comment.