Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions translate/test/v3/translate_batch_translate_text.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe(REGION_TAG, () => {
const bucketName = `translation-${bucketUuid}/BATCH_TRANSLATE_OUTPUT/`;
const storage = new Storage();

before(async () => {
(before(async () => {
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
const projectId = await translationClient.getProjectId();

//Create bucket if needed
Expand Down Expand Up @@ -88,5 +88,5 @@ describe(REGION_TAG, () => {
if (length > 0) {
await Promise.all(files.map(file => file.delete()));
}
});
}));
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
});
Loading