Skip to content

Commit 1e0d2b0

Browse files
committed
update log-processor unit test
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent 4f0b0ca commit 1e0d2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/log-processor/src/test/java/core/log/service/IndexServiceTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void createdDate() {
3636
assertThat(indexService.createdDate("stat-2015.11.15")).hasValue(LocalDate.of(2015, Month.NOVEMBER, 15));
3737
assertThat(indexService.createdDate("metricbeat-6.3.2-2018.08.19")).hasValue(LocalDate.of(2018, Month.AUGUST, 19));
3838
assertThat(indexService.createdDate(".kibana")).isNotPresent();
39+
assertThat(indexService.createdDate(".ds-.edr-workflow-insights-default-2025.04.24-000001")).isNotPresent();
3940
}
4041

4142
@Test

0 commit comments

Comments
 (0)