Skip to content

Commit

Permalink
test(datamodels): updates the test that checks for the number of tabl…
Browse files Browse the repository at this point in the history
…es in the Directory
  • Loading branch information
svituz committed Sep 9, 2024
1 parent 68869c2 commit 94221da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void test08DataCatalogueNetworkStagingLoader() {
public void test09DirectoryLoader() {
Schema directory = database.createSchema(DIRECTORY_TEST);
DataModels.Regular.BIOBANK_DIRECTORY.getImportTask(directory, true).run();
assertEquals(10, directory.getTableNames().size());
assertEquals(11, directory.getTableNames().size());
}

@Test
Expand Down

0 comments on commit 94221da

Please sign in to comment.