Skip to content

Commit d747e84

Browse files
yoshi-automationsofisl
authored andcommitted
build(test): recursively find test files; fail on unsupported dependency 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>
1 parent 4b2bb87 commit d747e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document-ai/test/batch_parse_table.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ describe('Document AI batch parse table', () => {
4747
const output = execSync(
4848
`${cmd} ${testParseTable.projectId} ${testParseTable.location} gs://${bucketName}`
4949
);
50-
assert.match(output, /First detected language:/);
50+
assert.match(output, /Document processing complete./);
5151
});
5252
});

0 commit comments

Comments
 (0)