Skip to content

Commit

Permalink
Merge pull request #15 from Team-Shaka/feat/13
Browse files Browse the repository at this point in the history
🐛  Bug: test 삭제
  • Loading branch information
HyoBN authored Apr 25, 2024
2 parents 164390b + 5d45f71 commit aaa8849
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/test/java/treehouse/server/ServerApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package treehouse.server;

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

@SpringBootTest
class ServerApplicationTests {

@Test
void contextLoads() {
}

}
//package treehouse.server;
//
//import org.junit.jupiter.api.Test;
//import org.springframework.boot.test.context.SpringBootTest;
//
//@SpringBootTest
//class ServerApplicationTests {
//
// @Test
// void contextLoads() {
// }
//
//}

0 comments on commit aaa8849

Please sign in to comment.