Skip to content

Commit 4864949

Browse files
committed
Fix test.
1 parent b868d2f commit 4864949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/rtplot/src/test/java/org/csstudio/javafx/rtplot/LogTicksTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void testLogTicks()
4646
System.out.println("Ticks for " + start + " .. " + end + ":");
4747
text = ticks2text(ticks);
4848
System.out.println(text);
49-
assertThat(text, equalTo("'1.1E3' '1.2E3' "));
49+
assertThat(text, equalTo("'1.05E3' '1.10E3' '1.15E3' '1.20E3' "));
5050

5151
}
5252
}

0 commit comments

Comments
 (0)