We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e5413 commit 295bc96Copy full SHA for 295bc96
chartfx-chart/src/test/java/io/fair_acc/chartfx/axes/spi/format/DefaultFormatterTest.java
@@ -9,7 +9,7 @@
9
class DefaultFormatterTest {
10
11
@Test
12
- void formatAndParsingWorks() throws Exception {
+ void formatAndParsingWorks() {
13
DefaultFormatter formatter = new DefaultFormatter();
14
formatter.updateFormatter(DoubleArrayList.wrap(new double[]{1e-5, 10}), 1.);
15
@@ -22,7 +22,7 @@ void formatAndParsingWorks() throws Exception {
22
}
23
24
25
- void formatAndParsingWorksWithExponentialSeparator() throws Exception {
+ void formatAndParsingWorksWithExponentialSeparator() {
26
DefaultFormatter formatter = new DefaultFormatter() {
27
{
28
formatter.setExponentialSeparator('\u202F');
0 commit comments