Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomix26 committed Aug 20, 2022
1 parent 6bee0be commit 88f4f7a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import io.zonky.test.category.LiquibaseTestSuite;
import io.zonky.test.db.context.DatabaseContext;
import io.zonky.test.db.context.DatabaseTargetSource;
import liquibase.exception.LiquibaseException;
import liquibase.integration.spring.SpringLiquibase;
import org.junit.Before;
import org.junit.Test;
Expand Down Expand Up @@ -58,7 +57,7 @@ public void setUp() {
}

@Test
public void testMigrate() throws LiquibaseException {
public void testMigrate() throws Exception {
liquibase.afterPropertiesSet();

verify(databaseContext).apply(new LiquibaseDatabasePreparer(LiquibaseDescriptor.from(liquibase)));
Expand Down

0 comments on commit 88f4f7a

Please sign in to comment.