Skip to content

Commit

Permalink
fix video transcription test (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and ahrarmonsur committed Nov 17, 2022
1 parent 9342913 commit e9dc991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video-intelligence/system-test/analyze.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ test.serial(
`${cmd} transcription ${shortUrl}`,
cwd
);
t.regex(output, /over the past/);
t.regex(output, /over the pass/);
}
);

0 comments on commit e9dc991

Please sign in to comment.