Skip to content

Commit d756a13

Browse files
committed
Cleanup
1 parent 4794e7d commit d756a13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jdbi/src/test/java/zin/rashidi/boot/jdbi/book/AuthorReadOnlyRepositoryTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import org.junit.jupiter.api.DisplayName;
44
import org.junit.jupiter.api.Test;
55
import org.springframework.beans.factory.annotation.Autowired;
6-
import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase;
76
import org.springframework.boot.test.context.SpringBootTest;
87
import org.springframework.context.annotation.Import;
98
import org.springframework.test.context.jdbc.Sql;
@@ -19,7 +18,6 @@
1918
*/
2019
@SpringBootTest(webEnvironment = NONE)
2120
@Import(TestcontainersConfiguration.class)
22-
@AutoConfigureTestDatabase
2321
@Transactional
2422
@Sql(scripts = "classpath:schema.sql", executionPhase = BEFORE_TEST_CLASS)
2523
class AuthorReadOnlyRepositoryTests {

0 commit comments

Comments
 (0)