1
0
Fork 0

Fix test when on feature branch

pull/9706/head
Jordi Boggiano 2021-02-17 23:43:35 +01:00
parent 6f392ae198
commit 6035e462d8
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class PathRepositoryTest extends TestCase
$packages = $repository->getPackages();
$names = array();
$this->assertEquals(2, $repository->count());
$this->assertGreaterThanOrEqual(2, $repository->count());
$package = $packages[0];
$names[] = $package->getName();