remove public in test

This commit is contained in:
heyethereum
2024-07-11 21:33:42 +08:00
parent 0a0a638a06
commit 5986dd20b3
14 changed files with 2 additions and 2 deletions

View File

@@ -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() {
}
}