From 357c5a3c4659f1fe9e46e8c20827ab757c5d3929 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 14 十二月 2023 15:27:34 +0800 Subject: [PATCH] 增加数据请求配置表和异常分析配置表的接口 --- src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt b/src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt index a1d4971..0ad8e05 100644 --- a/src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt +++ b/src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt @@ -18,13 +18,13 @@ @Test fun dailyStatics() { - val d = LocalDate.of(2023, 7, 2) + val d = LocalDate.of(2023, 11, 27) statisticAnalysisController.dailyStatics(d) } @Test fun monthlyStatics() { - val d = LocalDate.of(2023, 7, 1) + val d = LocalDate.of(2023, 11, 1) statisticAnalysisController.monthlyStatics(d) } -- Gitblit v1.9.3