Skip to content

Commit

Permalink
build(test): recursively find test files; fail on unsupported depende…
Browse files Browse the repository at this point in the history
…ncy versions (#100)

* build(test): recursively find test files; fail on unsupported dependency versions

Source-Author: Megan Potter <57276408+feywind@users.noreply.github.com>
Source-Date: Fri Sep 11 18:47:00 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: fdd03c161003ab97657cc0218f25c82c89ddf4b6
Source-Link: googleapis/synthtool@fdd03c1

* build: update test

Co-authored-by: Sofia Leon <sofialeon@google.com>
  • Loading branch information
yoshi-automation and sofisl authored Sep 15, 2020
1 parent 717fa49 commit 8247c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document-ai/test/batch_parse_table.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ describe('Document AI batch parse table', () => {
const output = execSync(
`${cmd} ${testParseTable.projectId} ${testParseTable.location} gs://${bucketName}`
);
assert.match(output, /First detected language:/);
assert.match(output, /Document processing complete./);
});
});

0 comments on commit 8247c1a

Please sign in to comment.