Skip to content
Snippets Groups Projects
Commit 2dd44448 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4718 PR applying naming conventions

parent 5ff6660f
Branches
Tags
No related merge requests found
......@@ -4,9 +4,9 @@ import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AdministrationApplicationTests {
class AdministrationApplicationTest {
@Test
void contextLoads() { // NOSONAR
void shouldSpringContextLoad() { // NOSONAR
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment