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 Jun 11, 2024
1 parent cd1ff79 commit 69e48be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void test8DataCatalogueNetworkStagingLoader() {
public void test9DirectoryLoader() {
Schema directory = database.createSchema(DIRECTORY_TEST);
AvailableDataModels.BIOBANK_DIRECTORY.install(directory, true);
assertEquals(10, directory.getTableNames().size());
assertEquals(11, directory.getTableNames().size());
}

@Test
Expand Down

0 comments on commit 69e48be

Please sign in to comment.