Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 435ddf0

Browse files
callmehiphopJustinBeckwith
authored andcommitted
fix(samples): make test assertion less specific (#354)
1 parent 085d72e commit 435ddf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)