Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Oct 22, 2024
1 parent 6ddaa1e commit aed6bdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ public void shouldGetIndexMetadataWhenItExists() {
public void shouldGetIndicesWhenGettingNewSchemaMetadata() {
SchemaMetadata schemaMetadata = schemaMetadataRepository.getNewSchemaMetadata();
List<IndexMetadata> personTableIndexMetadata = schemaMetadata.getTableMetadata().stream().filter(tableMetadata -> tableMetadata.getName().equals("person")).findFirst().get().getIndexMetadataList();
assertThat(personTableIndexMetadata, hasSize(8));
assertThat(personTableIndexMetadata, hasSize(9));
}
}

0 comments on commit aed6bdd

Please sign in to comment.