Skip to content

Commit b9dd815

Browse files
authored
Fix new entry serialization test
1 parent 9fd49bc commit b9dd815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jabref/logic/bibtex/BibEntryWriterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ void alphabeticSerialization() throws IOException {
602602
" number = {1}," + OS.NEWLINE +
603603
" chapter = {chapter}," + OS.NEWLINE +
604604
" year = {2019}," + OS.NEWLINE +
605-
"}";
605+
"}" + OS.NEWLINE;
606606
// @formatter:on
607607

608608
assertEquals(expected, actual);

0 commit comments

Comments
 (0)