mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
Adapt test to change from 52a09a9
This commit is contained in:
@@ -203,7 +203,7 @@ class GitHunkParserTest {
|
|||||||
DiffLine line1 = lines.next();
|
DiffLine line1 = lines.next();
|
||||||
assertThat(line1.getOldLineNumber()).hasValue(10);
|
assertThat(line1.getOldLineNumber()).hasValue(10);
|
||||||
assertThat(line1.getNewLineNumber()).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();
|
||||||
lines.next();
|
lines.next();
|
||||||
|
|||||||
Reference in New Issue
Block a user