Skip to content

Commit

Permalink
chore: renamed output dir (#634)
Browse files Browse the repository at this point in the history
Fixes #630  🦕
  • Loading branch information
munkhuushmgl authored and Ace Nassri committed Nov 17, 2022
1 parent e7bba7a commit ca41d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe(REGION_TAG, () => {
const location = 'us-central1';
const modelId = 'TRL1218052175389786112';
const bucketUuid = uuid.v4();
const bucketName = `translation-${bucketUuid}/BATCH_TRANSLATION_OUTPUT/`;
const bucketName = `translation-${bucketUuid}/BATCH_TRANSLATE_WITH_MODEL_OUTPUT/`;
const storage = new Storage();

before(async () => {
Expand Down

0 comments on commit ca41d38

Please sign in to comment.