Skip to content

Commit 235d268

Browse files
author
Dennis Labordus
committed
Added Flyway and done some refactoring to make the projects work with both implementations.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 1b1889b commit 235d268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository-postgresql/src/test/java/org/lfenergy/compas/scl/data/repository/postgres/CompasSclDataPostgreSQLRepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import static org.junit.jupiter.api.Assertions.assertThrows;
1616

17-
@ExtendWith(MockitoExtension.class)
17+
@ExtendWith({MockitoExtension.class, PostgreSQLServerJUnitExtension.class})
1818
class CompasSclDataPostgreSQLRepositoryTest {
1919
private CompasSclDataPostgreSQLRepository repository;
2020

0 commit comments

Comments
 (0)