Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

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 committed Sep 9, 2021
1 parent 8532ef0 commit a5a1f82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions samples/test/hybridGlossaries.test.js
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 a5a1f82

Please sign in to comment.