Skip to content

Commit 0c1d0e9

Browse files
Address PR feedback: Remove duplicate properties and auto-detect dialect
Co-Authored-By: [email protected] <[email protected]>
1 parent 22218e7 commit 0c1d0e9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

doma-spring-boot-samples/doma-spring-boot-sample-docker-compose/src/test/java/org/seasar/doma/boot/sample/ApplicationTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
5-
import org.springframework.test.context.TestPropertySource;
65

76
@SpringBootTest
8-
@TestPropertySource(properties = {
9-
"spring.docker.compose.skip.in-tests=false",
10-
"doma.dialect=POSTGRES"
11-
})
127
public class ApplicationTest {
138

149
@Test
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Enable Docker Compose in tests
22
spring.docker.compose.skip.in-tests=false
3-
doma.dialect=POSTGRES

0 commit comments

Comments
 (0)