Fix tests
parent
0a356b8a39
commit
372af31d23
|
@ -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')
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue