diff --git a/src/test/java/org/store/clothstar/ApplicationTests.java b/src/test/java/org/store/clothstar/ApplicationTests.java index 71fdd460..7815a5a6 100644 --- a/src/test/java/org/store/clothstar/ApplicationTests.java +++ b/src/test/java/org/store/clothstar/ApplicationTests.java @@ -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; @@ -9,7 +8,5 @@ class ApplicationTests { @Test void contextLoads() { - Assertions.assertThat(true).isFalse(); } - }