restore test
This commit is contained in:
parent
327d6c9715
commit
0eb3f38a24
@ -18,11 +18,6 @@ public class StatisticServiceTest {
|
|||||||
return TimeSeriesUtils.fillDates(ts);
|
return TimeSeriesUtils.fillDates(ts);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testFailed() {
|
|
||||||
Assertions.assertTrue(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testAverage() {
|
public void testAverage() {
|
||||||
Assertions.assertEquals(new StatisticService().getAverage(getTimeSeries())
|
Assertions.assertEquals(new StatisticService().getAverage(getTimeSeries())
|
||||||
|
Loading…
Reference in New Issue
Block a user