Delete ReportingAppTests.java

This commit is contained in:
Salman Manoe 2023-07-13 07:56:02 +07:00
parent f8e5c2d7b7
commit ed22248b75

View File

@ -1,13 +0,0 @@
package com.reporting;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ReportingAppTests {
@Test
void contextLoads() {
}
}