Skip to content

Commit

Permalink
process review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mswertz committed Dec 16, 2024
1 parent 4d9a361 commit 09c9971
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ public static void setup() {
@Test
void test00PortalLoader() throws URISyntaxException, IOException {
// depends on catalogue test above
Schema schema = databa
se.dropCreateSchema(PORTAL_TEST);
Schema schema = database.dropCreateSchema(PORTAL_TEST);
DataModels.Regular.RD3_V2.getImportTask(schema, false).run();
assertEquals(94, schema.getTableNames().size());
}
Expand Down

0 comments on commit 09c9971

Please sign in to comment.