Skip to content

Commit

Permalink
tests: update sample audio file (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and stephenplusplus committed Nov 5, 2019
1 parent e822b96 commit 994fc26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('SpeechSmokeTest', () => {
sampleRateHertz: sampleRateHertz,
encoding: encoding,
};
const uri = 'gs://gapic-toolkit/hello.flac';
const uri = 'gs://cloud-samples-data/speech/brooklyn_bridge.flac';
const audio = {
uri: uri,
};
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-11-01T19:20:43.284303Z",
"updateTime": "2019-11-05T12:24:30.110582Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "bba93d7148ff203d400a4929cd0fbc7dafd8dae2",
"internalRef": "277920288"
"sha": "8c6569ced063c08a48272de2e887860d0c40d388",
"internalRef": "278552094"
}
},
{
Expand Down

0 comments on commit 994fc26

Please sign in to comment.