Skip to content

Commit 89972ee

Browse files
callmehiphopJustinBeckwith
authored andcommitted
fix(samples): make test assertion less specific (#354)
1 parent b6f72f6 commit 89972ee

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
@@ -51,6 +51,6 @@ describe(`detect v1 p1 beta1`, () => {
5151

5252
it(`should detect web entities using geographical metadata`, async () => {
5353
const output = await exec(`${cmd} web-entities-geo ${files[3].localPath}`);
54-
assert.match(output, /Electra/);
54+
assert.match(output, /Score:/);
5555
});
5656
});

0 commit comments

Comments
 (0)