Skip to content

Commit 02c4379

Browse files
authored
fix: remove unnecessary assertion (#721)
Change-Id: I5884ac5267ca2ec3a2aeff996ca21ea9ef5932c8
1 parent 6e5673e commit 02c4379

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

translate/test/hybridGlossaries.test.js

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ describe(REGION_TAG, () => {
4242
const projectId = await translationClient.getProjectId();
4343
const output = execSync(`node hybridGlossaries.js ${projectId}`);
4444
assert(output.includes(glossaryId));
45-
assert(
46-
output.includes('Audio content written to file resources/example.mp3')
47-
);
4845
assert.strictEqual(fs.existsSync(outputFile), true);
4946
});
5047

0 commit comments

Comments
 (0)