Skip to content

Commit 343dc13

Browse files
committed
Update test for diff range counts
1 parent dc6573e commit 343dc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Gitonomy/Git/Tests/DiffTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function testDiffRangeParse($repository)
139139
$this->assertSame(0, $changes[0]->getRangeOldCount());
140140

141141
$this->assertSame(1, $changes[0]->getRangeNewStart());
142-
$this->assertSame(0, $changes[0]->getRangeNewCount());
142+
$this->assertSame(1, $changes[0]->getRangeNewCount());
143143
}
144144

145145
/**

0 commit comments

Comments
 (0)