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 41ae58e commit 890b44eCopy full SHA for 890b44e
vision/test/visionTest.php
@@ -152,7 +152,7 @@ public function testLogoCommand()
152
{
153
$path = __DIR__ . '/data/logo.jpg';
154
$output = $this->runCommand('logo', ['path' => $path]);
155
- $this->assertContains('google', $output);
+ $this->assertContains('Google', $output);
156
}
157
158
public function testLogoCommandGcs()
@@ -161,7 +161,7 @@ public function testLogoCommandGcs()
161
162
$path = 'gs://' . $bucketName . '/vision/logo.jpg';
163
164
165
166
167
public function testLocalizeObjectCommand()
0 commit comments