We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 640068c commit a8bfcd1Copy full SHA for a8bfcd1
tests/Gitonomy/Git/Tests/RepositoryTest.php
@@ -43,8 +43,8 @@ public function testGetBlobWithExistingWorks($repository)
43
public function testGetSize($repository)
44
{
45
$size = $repository->getSize();
46
- $this->assertGreaterThanOrEqual(53, $size, 'Repository is at least 53KB');
47
- $this->assertLessThan(80, $size, 'Repository is less than 80KB');
+ $this->assertGreaterThanOrEqual(57, $size, 'Repository is at least 57KB');
+ $this->assertLessThan(84, $size, 'Repository is less than 84KB');
48
}
49
50
public function testIsBare()
0 commit comments