Skip to content

Commit f9fbace

Browse files
committed
bump arsenal with latest fixups
1 parent 4f3c944 commit f9fbace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/aws-node-sdk/test/object/deleteObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('DELETE object', () => {
2929
const testfile = Buffer.alloc(1024 * 1024 * 54, 0);
3030

3131
describe('with multipart upload', () => {
32-
const bucketName = 'testdeletempu';
32+
const bucketName = `testdeletempu-${Date.now()}`;
3333
before(async () => {
3434
try {
3535
process.stdout.write('creating bucket\n');

0 commit comments

Comments
 (0)