Skip to content

Commit

Permalink
chore: changed assert output to check constant values (#749)
Browse files Browse the repository at this point in the history

Fixes #744  🦕
  • Loading branch information
munkhuushmgl authored and Ace Nassri committed Nov 17, 2022
1 parent 4aec275 commit cea6c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/system-test/betaFeatures.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('BetaFeatures', () => {
const output = execSync(
`${cmd} multiLanguageTranscribe -f ${multiLanguageFile}`
);
assert.match(output, /Transcription:.*/);
assert.match(output, /Transcription: \S+/);
});

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

0 comments on commit cea6c77

Please sign in to comment.