Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit e83a97e

Browse files
committed
Fixed tests
1 parent d0eb70c commit e83a97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Gitonomy/Browser/Tests/Utils/RepositoriesFinderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testOk()
1111
{
1212
$finder = new RepositoriesFinder();
1313

14-
$repositories = $finder->getRepositories(__DIR__.'/../../../../../vendor/silex');
14+
$repositories = $finder->getRepositories(__DIR__.'/../../../../../vendor/twig');
1515

1616
$this->assertCount(1, $repositories);
1717
$this->assertInstanceOf('Gitonomy\Git\Repository', reset($repositories));

0 commit comments

Comments
 (0)