Skip to content

Commit 0eb459e

Browse files
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 <[email protected]> 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 <[email protected]>
1 parent 7e66556 commit 0eb459e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document-ai/snippets/test/batch_parse_table.test.js

+1-1
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)