Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Oct 25, 2019
1 parent b1ff631 commit 0d380fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void testGetEntriesByIdList(DBMSType dbmsType, DBMSConnection dbmsConnection, DB
BibEntry firstEntry = getBibEntryExample();
firstEntry.setField(InternalField.INTERNAL_ID_FIELD, "00001");
BibEntry secondEntry = getBibEntryExample();
firstEntry.setField(InternalField.INTERNAL_ID_FIELD, "00002");
secondEntry.setField(InternalField.INTERNAL_ID_FIELD, "00002");

dbmsProcessor.insertEntry(firstEntry);
dbmsProcessor.insertEntry(secondEntry);
Expand Down

0 comments on commit 0d380fd

Please sign in to comment.