diff --git a/tests/SheetsDriveTest.php b/tests/SheetsDriveTest.php index 64b4f44..799f8c9 100644 --- a/tests/SheetsDriveTest.php +++ b/tests/SheetsDriveTest.php @@ -35,7 +35,7 @@ public function setUp(): void public function testList() { $file = new DriveFile([ - 'id' => 'id', + 'id' => 'id', 'name' => 'name', ]); diff --git a/tests/SheetsTest.php b/tests/SheetsTest.php index 959e4bb..45a0703 100644 --- a/tests/SheetsTest.php +++ b/tests/SheetsTest.php @@ -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());