Revert commit.

This commit is contained in:
Luke deGruchy 2023-12-05 11:33:46 -05:00
parent 96fc596109
commit 80ca324e82
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class AddColumnTest extends BaseTest {
getMigrator().migrate();
fail();
} catch (HapiMigrationException e) {
assertThat(e.getMessage(), startsWith("HAPI-0047: Failure executing task \"Add column FOO_COLUMN on table FOO_TABLE\", aborting! Cause: ca.uhn.fhir.jpa.migrate.HapiMigrationException: HAPI-0061: Failed during task 4.0.0.2001.01: "));
assertThat(e.getMessage(), startsWith("HAPI-0047: Failure executing task \"Add column foo_column on table FOO_TABLE\", aborting! Cause: ca.uhn.fhir.jpa.migrate.HapiMigrationException: HAPI-0061: Failed during task 4.0.0.2001.01: "));
}
}