Skip to content

Commit f178b59

Browse files
committed
Removed commented out lines
1 parent a34641e commit f178b59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth/test/CommandTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,13 @@ public function testAuthCloudExplicitCommand()
5151

5252
public function testAuthCloudExplicitComputeEngineCommand()
5353
{
54-
#$this->setExpectedException('Google\Cloud\Core\Exception\ServiceException');
5554
$output = $this->runCommand(
5655
'auth-cloud-explicit-compute-engine', null, $this->projectId);
5756
$this->assertContains('Undefined index: access_token', $output);
5857
}
5958

6059
public function testAuthCloudExplicitAppEngineCommand()
6160
{
62-
#$this->setExpectedException('Google\Cloud\Core\Exception\ServiceException');
6361
$output = $this->runCommand(
6462
'auth-cloud-explicit-app-engine', null, $this->projectId);
6563
$this->assertContains('Undefined index: access_token', $output);

0 commit comments

Comments
 (0)