Skip to content

Commit 260216f

Browse files
authored
Update asset/test/assetTest.php
1 parent 14b05ba commit 260216f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

asset/test/assetTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ public function testListAssets()
6464
$assetName = '//storage.googleapis.com/' . self::$bucketName;
6565
$this->runEventuallyConsistentTest(function () use ($assetName) {
6666
$output = $this->runFunctionSnippet('list_assets', [
67-
'projectId' => self::$projectId,
68-
'assetTypes' => ['storage.googleapis.com/Bucket'],
69-
'pageSize' => 1000,
67+
'projectId' => self::$projectId,
68+
'assetTypes' => ['storage.googleapis.com/Bucket'],
69+
'pageSize' => 1000,
7070
]);
7171

7272
$this->assertStringContainsString($assetName, $output);

0 commit comments

Comments
 (0)