Skip to content

Commit 0c8300c

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

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
@@ -23,7 +23,7 @@ const cmd = `node analyze.js`;
2323

2424
// analyze_faces
2525
test(`should analyze faces`, async (t) => {
26-
const output = console.log(`${cmd} faces gs://nodejs-docs-samples/video/google_gmail.mp4`);
26+
const output = await runAsync(`${cmd} faces gs://nodejs-docs-samples/video/google_gmail.mp4`);
2727
t.regex(output, 'Thumbnail size: \d+');
2828
});
2929

0 commit comments

Comments
 (0)