Skip to content

Commit f48de1e

Browse files
authored
testing with the most reliable found entry. (#69)
1 parent 39471a9 commit f48de1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/samples/system-test/detect.v1p1beta1.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ test(`should detect web entities using geographical metadata`, async t => {
6161
`${cmd} web-entities-geo ${files[3].localPath}`,
6262
cwd
6363
);
64-
t.true(output.includes('YouTube'));
64+
t.true(output.includes('Electra'));
6565
});

0 commit comments

Comments
 (0)