remove public in test
This commit is contained in:
BIN
src/test/.DS_Store
vendored
Normal file
BIN
src/test/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
src/test/java/.DS_Store
vendored
Normal file
BIN
src/test/java/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -4,9 +4,9 @@ import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
public class SafeQrAppApplicationTests {
|
||||
class SafeQrAppApplicationTests {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
void contextLoads() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user