We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b05ba commit 260216fCopy full SHA for 260216f
asset/test/assetTest.php
@@ -64,9 +64,9 @@ public function testListAssets()
64
$assetName = '//storage.googleapis.com/' . self::$bucketName;
65
$this->runEventuallyConsistentTest(function () use ($assetName) {
66
$output = $this->runFunctionSnippet('list_assets', [
67
- 'projectId' => self::$projectId,
68
- 'assetTypes' => ['storage.googleapis.com/Bucket'],
69
- 'pageSize' => 1000,
+ 'projectId' => self::$projectId,
+ 'assetTypes' => ['storage.googleapis.com/Bucket'],
+ 'pageSize' => 1000,
70
]);
71
72
$this->assertStringContainsString($assetName, $output);
0 commit comments