1
0
Fork 0

Fix tests

pull/9391/head
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
1 changed files with 1 additions and 1 deletions

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