We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defe1cd commit 666868cCopy full SHA for 666868c
video-intelligence/system-test/analyze.test.js
@@ -82,6 +82,6 @@ test.serial(
82
`${cmd} transcription ${shortUrl}`,
83
cwd
84
);
85
- t.regex(output, /over the past/);
+ t.regex(output, /over the pass/);
86
}
87
0 commit comments