diff --git a/tests/Composer/Test/Repository/Vcs/GitBitbucketDriverTest.php b/tests/Composer/Test/Repository/Vcs/GitBitbucketDriverTest.php index f0139970b..159fd6303 100644 --- a/tests/Composer/Test/Repository/Vcs/GitBitbucketDriverTest.php +++ b/tests/Composer/Test/Repository/Vcs/GitBitbucketDriverTest.php @@ -224,7 +224,7 @@ class GitBitbucketDriverTest extends TestCase GitBitbucketDriver::supports($this->io, $this->config, 'https://bitbucket.org/user/repo.git') ); - $this->assertFalse( + $this->assertTrue( GitBitbucketDriver::supports($this->io, $this->config, 'git@bitbucket.org:user/repo.git') );