We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39471a9 commit f48de1eCopy full SHA for f48de1e
vision/samples/system-test/detect.v1p1beta1.test.js
@@ -61,5 +61,5 @@ test(`should detect web entities using geographical metadata`, async t => {
61
`${cmd} web-entities-geo ${files[3].localPath}`,
62
cwd
63
);
64
- t.true(output.includes('YouTube'));
+ t.true(output.includes('Electra'));
65
});
0 commit comments