Skip to content

Commit 351cfd3

Browse files
yoshi-automationstephenplusplus
authored andcommitted
tests: update sample audio file (#460)
1 parent dbfb308 commit 351cfd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-cloud-node/smoke-test/speech_smoke_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('SpeechSmokeTest', () => {
3030
sampleRateHertz: sampleRateHertz,
3131
encoding: encoding,
3232
};
33-
const uri = 'gs://gapic-toolkit/hello.flac';
33+
const uri = 'gs://cloud-samples-data/speech/brooklyn_bridge.flac';
3434
const audio = {
3535
uri: uri,
3636
};

packages/google-cloud-node/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-11-01T19:20:43.284303Z",
2+
"updateTime": "2019-11-05T12:24:30.110582Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "bba93d7148ff203d400a4929cd0fbc7dafd8dae2",
16-
"internalRef": "277920288"
15+
"sha": "8c6569ced063c08a48272de2e887860d0c40d388",
16+
"internalRef": "278552094"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)