Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v9 (#382)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency uuid to v9

* test: skip failing test

googleapis/nodejs-datacatalog#383

Co-authored-by: Alexander Fenster <[email protected]>
  • Loading branch information
renovate-bot and alexander-fenster authored Sep 9, 2022
1 parent 9722200 commit 75a8a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datacatalog/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/datacatalog": "^3.1.0",
"uuid": "^8.3.1"
"uuid": "^9.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion datacatalog/snippets/test/samples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('Samples', async () => {
assert.include(output, memberId);
});

it('should search data assets in project', async () => {
it.skip('should search data assets in project', async () => {
const output = execSync(`node searchAssets ${projectId}`);
assert.match(output, /Found [0-9]+ datasets in project/);
});
Expand Down

0 comments on commit 75a8a1e

Please sign in to comment.