Skip to content

Commit

Permalink
fix(samples): make test assertion less specific (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored and JustinBeckwith committed Apr 2, 2019
1 parent b6f72f6 commit 89972ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/samples/system-test/detect.v1p1beta1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ describe(`detect v1 p1 beta1`, () => {

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

0 comments on commit 89972ee

Please sign in to comment.