From 7f5bf0d5d6040f9a1ee6612f749a152a5feb6463 Mon Sep 17 00:00:00 2001 From: zzx <2651787250@qq.com> Date: Mon, 5 Feb 2024 17:51:30 +0800 Subject: [PATCH] rename this starter class file to EventMeshDashboardApplication --- .../eventmesh/dashboard/console/linkage/log/TestOprLog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eventmesh-dashboard-console/src/test/java/org/apache/eventmesh/dashboard/console/linkage/log/TestOprLog.java b/eventmesh-dashboard-console/src/test/java/org/apache/eventmesh/dashboard/console/linkage/log/TestOprLog.java index 604e8c86..d5b7c521 100644 --- a/eventmesh-dashboard-console/src/test/java/org/apache/eventmesh/dashboard/console/linkage/log/TestOprLog.java +++ b/eventmesh-dashboard-console/src/test/java/org/apache/eventmesh/dashboard/console/linkage/log/TestOprLog.java @@ -1,6 +1,6 @@ package org.apache.eventmesh.dashboard.console.linkage.log; -import org.apache.eventmesh.dashboard.console.EventmeshConsoleApplication; +import org.apache.eventmesh.dashboard.console.EventMeshDashboardApplication; import org.apache.eventmesh.dashboard.console.entity.group.GroupEntity; import org.apache.eventmesh.dashboard.console.entity.log.LogEntity; import org.apache.eventmesh.dashboard.console.service.group.GroupService; @@ -16,7 +16,7 @@ import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) -@SpringBootTest(classes = EventmeshConsoleApplication.class) +@SpringBootTest(classes = EventMeshDashboardApplication.class) public class TestOprLog { @Autowired