Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Mar 8, 2017
1 parent 0c8300c commit 0a4e119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/system-test/analyze.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const cmd = `node analyze.js`;
// analyze_faces
test(`should analyze faces`, async (t) => {
const output = await runAsync(`${cmd} faces gs://nodejs-docs-samples/video/google_gmail.mp4`);
t.regex(output, 'Thumbnail size: \d+');
t.regex(output, /Thumbnail size: \d+/);
});

// analyze_labels
Expand Down

0 comments on commit 0a4e119

Please sign in to comment.