Skip to content

Commit 1774d97

Browse files
authored
chore: changed assert output to check constant values (#749)
Fixes #744 🦕
1 parent b240808 commit 1774d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/system-test/betaFeatures.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('BetaFeatures', () => {
6161
const output = execSync(
6262
`${cmd} multiLanguageTranscribe -f ${multiLanguageFile}`
6363
);
64-
assert.match(output, /Transcription:.*/);
64+
assert.match(output, /Transcription: \S+/);
6565
});
6666

6767
it('should run word Level Confience on a local file', async () => {

0 commit comments

Comments
 (0)