Skip to content

Commit d336dc6

Browse files
authored
chore: renamed output dir (#634)
Fixes #630 🦕
1 parent 5dfc8d4 commit d336dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/test/v3/translate_batch_translate_text_with_model.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe(REGION_TAG, () => {
3030
const location = 'us-central1';
3131
const modelId = 'TRL1218052175389786112';
3232
const bucketUuid = uuid.v4();
33-
const bucketName = `translation-${bucketUuid}/BATCH_TRANSLATION_OUTPUT/`;
33+
const bucketName = `translation-${bucketUuid}/BATCH_TRANSLATE_WITH_MODEL_OUTPUT/`;
3434
const storage = new Storage();
3535

3636
before(async () => {

0 commit comments

Comments
 (0)