Skip to content

Commit fd30650

Browse files
authored
Fixes two flakey tests (GoogleCloudPlatform#894)
1 parent 11aa29b commit fd30650

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

speech/test/speechTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testTranscribePunctuation()
6161
{
6262
$path = __DIR__ . '/data/audio32KHz.raw';
6363
$output = $this->runSnippet('transcribe_auto_punctuation', [$path]);
64-
$this->assertContains('How old is the Brooklyn Bridge?',$output);
64+
$this->assertContains('How old is the Brooklyn Bridge',$output);
6565
}
6666

6767
/** @dataProvider provideTranscribe */

testing/run_test_suite.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ REST_TESTS=(
4040
ALT_PROJECT_TESTS=(
4141
appengine/flexible/storage
4242
bigquery/api
43+
bigquery/quickstart
4344
datastore/api
4445
datastore/tutorial
4546
bigtable/api

0 commit comments

Comments
 (0)