Adapt test to change from 52a09a9

This commit is contained in:
René Pfeuffer
2020-06-17 11:16:04 +02:00
parent 767b941fca
commit 3e5ee53dc2

View File

@@ -203,7 +203,7 @@ class GitHunkParserTest {
DiffLine line1 = lines.next();
assertThat(line1.getOldLineNumber()).hasValue(10);
assertThat(line1.getNewLineNumber()).hasValue(10);
assertThat(line1.getContent()).isEqualTo("indent_style = space");
assertThat(line1.getContent()).isEqualTo("indent_style = space\r\r");
lines.next();
lines.next();