Skip to content

Commit

Permalink
test: test code 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hjj4060 committed Jul 5, 2024
1 parent d409bb4 commit d1589e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/java/org/store/clothstar/ApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.store.clothstar;

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

Expand All @@ -9,8 +8,5 @@ class ApplicationTests {

@Test
void contextLoads() {
Assertions.assertThat(true).isFalse();
Assertions.assertThat(true).isFalse();
}

}

0 comments on commit d1589e0

Please sign in to comment.