Skip to content

Commit

Permalink
Remove failed empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Jan 16, 2024
1 parent 802c686 commit 8ad765b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
package org.apache.eventmesh.dashboard.core;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class EventMeshDashboardApplicationTest {

@Test
void contextLoads() {
}
// @Test
// void contextLoads() {
// }

}

0 comments on commit 8ad765b

Please sign in to comment.