diff --git a/tests/Composer/Test/Downloader/GitDownloaderTest.php b/tests/Composer/Test/Downloader/GitDownloaderTest.php index a01a422dd..569dfccbd 100644 --- a/tests/Composer/Test/Downloader/GitDownloaderTest.php +++ b/tests/Composer/Test/Downloader/GitDownloaderTest.php @@ -141,8 +141,8 @@ class GitDownloaderTest extends \PHPUnit_Framework_TestCase { return array( array('git', 'git@github.com:composer/composer.git'), - array('https', 'https://github.com/composer/composer'), - array('http', 'https://github.com/composer/composer') + array('https', 'https://github.com/composer/composer.git'), + array('http', 'https://github.com/composer/composer.git') ); }