Skip to content

Commit

Permalink
[Flyway]: Fixed integration tests + add new test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Apr 9, 2024
1 parent e2679a2 commit a563192
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ void baselineTest() throws SQLException {
assertTrue(createFlyway("empty").baseline().successfullyBaselined);
}

@Test
void schemaHistoryClean() {

}

void verifyTest() {
try (Connection connection = DriverManager.getConnection(jdbcUrl())) {
assertCountTable(2, "SELECT COUNT(*) FROM series", connection);
Expand Down

0 comments on commit a563192

Please sign in to comment.