Skip to content

Commit

Permalink
code format with spotless automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
automated changes committed Nov 3, 2023
1 parent 2ed8b8a commit e6f9c29
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ void testMultipleLitPubmedId() {
EntryReferenceMap mapper = new EntryReferenceMap(references);
Map<String, String> result = mapper.attributeValues();

verifyFieldValue(
result, LIT_PUBMED_ID, pubmedId + FIELD_SEPARATOR + pubmedId2);
verifyFieldValue(result, LIT_PUBMED_ID, pubmedId + FIELD_SEPARATOR + pubmedId2);
}

@Test
Expand All @@ -86,8 +85,7 @@ void testMixedIds() {
EntryReferenceMap mapper = new EntryReferenceMap(references);
Map<String, String> result = mapper.attributeValues();

verifyFieldValue(
result, LIT_PUBMED_ID, pubmedId + FIELD_SEPARATOR + pubmedId2);
verifyFieldValue(result, LIT_PUBMED_ID, pubmedId + FIELD_SEPARATOR + pubmedId2);
verifyFieldValue(result, LIT_DOI_ID, doiId + FIELD_SEPARATOR + doiId2);
}

Expand Down

0 comments on commit e6f9c29

Please sign in to comment.