Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamwolk committed Jul 11, 2023
1 parent b868d2f commit 4864949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testLogTicks()
System.out.println("Ticks for " + start + " .. " + end + ":");
text = ticks2text(ticks);
System.out.println(text);
assertThat(text, equalTo("'1.1E3' '1.2E3' "));
assertThat(text, equalTo("'1.05E3' '1.10E3' '1.15E3' '1.20E3' "));

}
}

0 comments on commit 4864949

Please sign in to comment.