Skip to content
Snippets Groups Projects
Commit f7d05866 authored by Tim Molter's avatar Tim Molter
Browse files

fixed test

parent 3d0823c5
Branches
Tags
No related merge requests found
......@@ -151,7 +151,7 @@ public class ValueFormatterTest {
BigDecimal min = new BigDecimal(1358108105100L);
BigDecimal max = new BigDecimal(1358108105900L);
String stringValue = dateAxisTickCalculator.formatDateValue(value, min, max);
assertThat(stringValue, equalTo("05:531"));
assertThat(stringValue, equalTo("05.531"));
// sec
value = new BigDecimal(1358108105000L);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment