Skip to content

Commit 666868c

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix video transcription test (#89)
1 parent defe1cd commit 666868c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video-intelligence/system-test/analyze.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ test.serial(
8282
`${cmd} transcription ${shortUrl}`,
8383
cwd
8484
);
85-
t.regex(output, /over the past/);
85+
t.regex(output, /over the pass/);
8686
}
8787
);

0 commit comments

Comments
 (0)