Skip to content

Commit e6db9b0

Browse files
committed
Uncommenting previous tests. They all pass.
1 parent fa8e957 commit e6db9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vision/api/test/CommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function setUp()
3636
}
3737
$this->bucketName = getenv('GCS_BUCKET_NAME');
3838
}
39-
/*
39+
4040
public function testLabelCommand()
4141
{
4242
$application = new Application();
@@ -395,7 +395,7 @@ public function testImagePropertyCommandGcs()
395395
$this->assertContains('green:', $display);
396396
$this->assertContains('blue:', $display);
397397
}
398-
*/
398+
399399
# Tests for Vision 1.1 Features
400400
public function testCropHintsCommand()
401401
{

0 commit comments

Comments
 (0)