Skip to content

Commit

Permalink
drop if exsists test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
connoratrug committed Dec 20, 2024
1 parent b4c3a6c commit b45a898
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ void testProfileLoader() {

@Test
void testProfileLoaderWithError() {
database.dropSchemaIfExists(TEST_PROFILE);
Schema testProfileSchema = database.createSchema(TEST_PROFILE);
var task = new ImportProfileTask(testProfileSchema, "TestProfileWithError.yaml", true);
assertThrows(MolgenisException.class, task::run);
Expand Down

0 comments on commit b45a898

Please sign in to comment.