Skip to content

Commit a5e2a39

Browse files
committed
fix(storage-control): resolve PR comments and update dependency
[Generated-by: AI]
1 parent f98745d commit a5e2a39

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

storage-control/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
"license": "Apache-2.0",
1414
"devDependencies": {
1515
"@google-cloud/storage": "^7.17.0",
16-
"@google-cloud/storage-control": "^0.5.0",
16+
"@google-cloud/storage-control": "^0.10.0",
1717
"c8": "^10.0.0",
1818
"chai": "^4.5.0",
1919
"mocha": "^10.7.0",
2020
"uuid": "^10.0.0"
2121
}
2222
}
23+

storage-control/system-test/folders.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ describe('Folders', () => {
8080
it('should delete a folder recursively', async () => {
8181
const recursiveFolderName = uuid.v4();
8282
execSync(`node createFolder.js ${bucketName} ${recursiveFolderName}`);
83+
await bucket.file(`${recursiveFolderName}/test.txt`).save('hello');
8384
const output = execSync(
8485
`node deleteFolderRecursive.js ${bucketName} ${recursiveFolderName}`
8586
);

0 commit comments

Comments
 (0)