Skip to content

Commit 49b1f2b

Browse files
committed
Fix formatting in translate/test/v3/translate_batch_translate_text.test.js
1 parent cc57fe2 commit 49b1f2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

translate/test/v3/translate_batch_translate_text.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe(REGION_TAG, () => {
4646
const bucketName = `translation-${bucketUuid}/BATCH_TRANSLATE_OUTPUT/`;
4747
const storage = new Storage();
4848

49-
before(async () => {
49+
(before(async () => {
5050
const projectId = await translationClient.getProjectId();
5151

5252
//Create bucket if needed
@@ -88,5 +88,5 @@ describe(REGION_TAG, () => {
8888
if (length > 0) {
8989
await Promise.all(files.map(file => file.delete()));
9090
}
91-
});
91+
}));
9292
});

0 commit comments

Comments
 (0)