diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php index 46b6ffce4..689531b6a 100644 --- a/tests/Utils/Git/CommitTest.php +++ b/tests/Utils/Git/CommitTest.php @@ -100,5 +100,4 @@ class CommitTest extends \PHPUnit\Framework\TestCase $commit->setRepository(new Repository(realpath(__DIR__ . '/../../../'))); self::assertEquals(realpath(__DIR__ . '/../../../'), $commit->getRepository()->getPath()); } - }