Skip to content

Commit a8bfcd1

Browse files
Update tests for new git version (#223)
1 parent 640068c commit a8bfcd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Gitonomy/Git/Tests/RepositoryTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public function testGetBlobWithExistingWorks($repository)
4343
public function testGetSize($repository)
4444
{
4545
$size = $repository->getSize();
46-
$this->assertGreaterThanOrEqual(53, $size, 'Repository is at least 53KB');
47-
$this->assertLessThan(80, $size, 'Repository is less than 80KB');
46+
$this->assertGreaterThanOrEqual(57, $size, 'Repository is at least 57KB');
47+
$this->assertLessThan(84, $size, 'Repository is less than 84KB');
4848
}
4949

5050
public function testIsBare()

0 commit comments

Comments
 (0)