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 11aa29b commit fd30650Copy full SHA for fd30650
speech/test/speechTest.php
@@ -61,7 +61,7 @@ public function testTranscribePunctuation()
61
{
62
$path = __DIR__ . '/data/audio32KHz.raw';
63
$output = $this->runSnippet('transcribe_auto_punctuation', [$path]);
64
- $this->assertContains('How old is the Brooklyn Bridge?',$output);
+ $this->assertContains('How old is the Brooklyn Bridge',$output);
65
}
66
67
/** @dataProvider provideTranscribe */
testing/run_test_suite.sh
@@ -40,6 +40,7 @@ REST_TESTS=(
40
ALT_PROJECT_TESTS=(
41
appengine/flexible/storage
42
bigquery/api
43
+ bigquery/quickstart
44
datastore/api
45
datastore/tutorial
46
bigtable/api
0 commit comments