Skip to content

Commit

Permalink
Merge pull request #33 from kawax/analysis-4w4vPk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
kawax committed Mar 14, 2024
2 parents 3d9cb6f + 55acfef commit 0599da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/SheetsDriveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function setUp(): void
public function testList()
{
$file = new DriveFile([
'id' => 'id',
'id' => 'id',
'name' => 'name',
]);

Expand Down
4 changes: 2 additions & 2 deletions tests/SheetsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public function testSetAccessToken()
);

$photos = Sheets::setAccessToken([
'access_token' => 'test',
'access_token' => 'test',
'refresh_token' => 'test',
'expires_in' => 0,
'expires_in' => 0,
]);

$this->assertInstanceOf(\Google\Service\Sheets::class, $photos->getService());
Expand Down

0 comments on commit 0599da3

Please sign in to comment.