Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Oct 4, 2024
1 parent 25cf264 commit 9983e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ApplicationDefaultCredentialsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function testImpersonatedServiceAccountCredentials()
null,
'a default scope'
);

$this->assertInstanceOf(ImpersonatedServiceAccountCredentials::class, $creds);
$this->assertEquals('[email protected]', $creds->getClientName());

Expand Down

0 comments on commit 9983e88

Please sign in to comment.