Skip to content

Commit

Permalink
fix: remove unnecessary assertion (#721)
Browse files Browse the repository at this point in the history
Change-Id: I5884ac5267ca2ec3a2aeff996ca21ea9ef5932c8
  • Loading branch information
aribray authored and Ace Nassri committed Nov 17, 2022
1 parent 34702b4 commit d0b4177
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions translate/test/hybridGlossaries.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ describe(REGION_TAG, () => {
const projectId = await translationClient.getProjectId();
const output = execSync(`node hybridGlossaries.js ${projectId}`);
assert(output.includes(glossaryId));
assert(
output.includes('Audio content written to file resources/example.mp3')
);
assert.strictEqual(fs.existsSync(outputFile), true);
});

Expand Down

0 comments on commit d0b4177

Please sign in to comment.