1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fix tests

This commit is contained in:
Jordi Boggiano 2020-10-30 17:40:35 +01:00
parent 0a356b8a39
commit 372af31d23
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC

View file

@ -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')
);