Skip to content

Commit

Permalink
rename this starter class file to EventMeshDashboardApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxxiansheng committed Feb 5, 2024
1 parent 6dcb360 commit 7f5bf0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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
Expand Down

0 comments on commit 7f5bf0d

Please sign in to comment.