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

Commit

Permalink
test: make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Sep 21, 2022
1 parent 196d67d commit 51c57b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/system-test/detect.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ describe('detect', () => {

if (webDetection.webEntities.length) {
assert.match(output, /Web entities found:/);
assert.match(output, /Description: Google Cloud Platform/);
assert.match(output, /Description:/);
}

if (webDetection.bestGuessLabels.length) {
Expand Down

0 comments on commit 51c57b8

Please sign in to comment.