From 372af31d2300ef1670aef59427ab1cf4c2bf8f23 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 30 Oct 2020 17:40:35 +0100 Subject: [PATCH] Fix tests --- tests/Composer/Test/Repository/Vcs/GitBitbucketDriverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') );