Browse Source

Fix tests

Jordi Boggiano 12 years ago
parent
commit
6b876958b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/Composer/Test/Downloader/GitDownloaderTest.php

+ 2 - 2
tests/Composer/Test/Downloader/GitDownloaderTest.php

@@ -141,8 +141,8 @@ class GitDownloaderTest extends \PHPUnit_Framework_TestCase
     {
     {
         return array(
         return array(
             array('git', 'git@github.com:composer/composer.git'),
             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')
         );
         );
     }
     }