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

fix: remove unnecessary assertion #721

Merged
merged 1 commit into from Sep 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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