Skip to content

Commit 0edb4d5

Browse files
stephenpluspluscallmehiphop
authored andcommitted
tests: vision: Node.js -> Node js (#1617)
1 parent 11be265 commit 0edb4d5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/vision/system-test/vision.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -522,15 +522,18 @@ describe('Vision', function() {
522522
describe('text', function() {
523523
var expectedResults = [
524524
normalizeNewline(multiline.stripIndent(function() {/*
525-
Google Cloud Client Library for Node.js an idiomatic, intuitive, and
525+
Google Cloud Client Library for Node js an idiomatic, intuitive, and
526526
natural way for Node.js developers to integrate with Google Cloud
527527
Platform services, like Cloud Datastore and Cloud Storage.
528528
529529
*/}))
530530
];
531531

532532
expectedResults = expectedResults.concat(
533-
expectedResults[0].replace(/\n/g, ' ').trim().split(' ')
533+
expectedResults[0]
534+
.replace(/\n/g, ' ')
535+
.trim()
536+
.split(' ')
534537
);
535538

536539
expectedResults.errors = [];

0 commit comments

Comments
 (0)