Skip to content

Commit

Permalink
correct another assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
BartChris committed Apr 9, 2024
1 parent 2a4b845 commit 7af4367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void shouldPrepareMetadata() throws ImportException {
metadataSetMultipleValues.containsKey(PLACE));
Assert.assertEquals("Metadata for record with ID 123 has wrong size of place list", 2,
metadataSetMultipleValues.get(PLACE).size());
Assert.assertEquals("Metadata for record with ID 321 has wrong size of place list", "Hamburg",
Assert.assertEquals("Metadata for record with ID 321 contains wrong place", "Hamburg",
metadataSetMultipleValues.get(PLACE).get(0));
Assert.assertEquals("Metadata for record with ID 321 contains wrong place", "Berlin",
metadataSetMultipleValues.get(PLACE).get(1));
Expand Down

0 comments on commit 7af4367

Please sign in to comment.