Skip to content

Commit

Permalink
added delete bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
thiyaguk09 committed Oct 3, 2024
1 parent 91d51b9 commit 3090467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-test/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3894,6 +3894,7 @@ describe('storage', function () {

after(async () => {
await deleteFileAsync(file);
await universeDomainStorage.bucket(bucketName).delete();
});

it('should get bucket', async () => {
Expand Down

0 comments on commit 3090467

Please sign in to comment.