We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4794e7d commit d756a13Copy full SHA for d756a13
jdbi/src/test/java/zin/rashidi/boot/jdbi/book/AuthorReadOnlyRepositoryTests.java
@@ -3,7 +3,6 @@
3
import org.junit.jupiter.api.DisplayName;
4
import org.junit.jupiter.api.Test;
5
import org.springframework.beans.factory.annotation.Autowired;
6
-import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase;
7
import org.springframework.boot.test.context.SpringBootTest;
8
import org.springframework.context.annotation.Import;
9
import org.springframework.test.context.jdbc.Sql;
@@ -19,7 +18,6 @@
19
18
*/
20
@SpringBootTest(webEnvironment = NONE)
21
@Import(TestcontainersConfiguration.class)
22
-@AutoConfigureTestDatabase
23
@Transactional
24
@Sql(scripts = "classpath:schema.sql", executionPhase = BEFORE_TEST_CLASS)
25
class AuthorReadOnlyRepositoryTests {
0 commit comments