Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: regen protos and tests, formatting (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored May 6, 2020
1 parent ef9997e commit 684f355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
14 changes: 3 additions & 11 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,15 @@
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-media-translation.git",
"sha": "3afe642f6e6955b49c188e66f29115a5deb8c0f6"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "42ee97c1b93a0e3759bbba3013da309f670a90ab",
"internalRef": "307114445"
"remote": "git@github.com:googleapis/nodejs-media-translation.git",
"sha": "ef9997e4e1bda7d8bec097a2db56f67b67068730"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d"
"sha": "ab883569eb0257bbf16a6d825fd018b3adde3912"
}
}
],
Expand Down
4 changes: 1 addition & 3 deletions test/gapic_speech_translation_service_v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,7 @@ describe('v1beta1.SpeechTranslationServiceClient', () => {
stream.write(request);
stream.end();
});
await assert.rejects(async () => {
await promise;
}, expectedError);
await assert.rejects(promise, expectedError);
assert(
(client.innerApiCalls.streamingTranslateSpeech as SinonStub)
.getCall(0)
Expand Down

0 comments on commit 684f355

Please sign in to comment.