Skip to content

Commit 7d05990

Browse files
committed
fix: fix linter issues
1 parent fceae97 commit 7d05990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translate/test/v3/translate_batch_translate_text.test.js

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)