Skip to content

Commit

Permalink
Update UserApplicationTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vivi108 authored Aug 16, 2023
1 parent fd340b9 commit b53939a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/test/java/kea/alog/user/UserApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package kea.alog.user;
// package kea.alog.user;

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

@SpringBootTest
class UserApplicationTests {
// @SpringBootTest
// class UserApplicationTests {

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

}
// }

0 comments on commit b53939a

Please sign in to comment.