Skip to content

Commit 0a4e119

Browse files
author
Ace Nassri
committed
Fix typo
1 parent 0c8300c commit 0a4e119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video/system-test/analyze.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const cmd = `node analyze.js`;
2424
// analyze_faces
2525
test(`should analyze faces`, async (t) => {
2626
const output = await runAsync(`${cmd} faces gs://nodejs-docs-samples/video/google_gmail.mp4`);
27-
t.regex(output, 'Thumbnail size: \d+');
27+
t.regex(output, /Thumbnail size: \d+/);
2828
});
2929

3030
// analyze_labels

0 commit comments

Comments
 (0)