Skip to content

Commit

Permalink
remove .only in decribe in deleteObject
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Tovar committed Jul 14, 2023
1 parent 67599f4 commit 78d944f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/aws-node-sdk/test/object/deleteObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ describe('DELETE object', () => {
));
});

describe.only('Try to delete an object version in COMPLIANCE', () => {
describe('Try to delete an object version in COMPLIANCE', () => {
const bucketName = 'testdeletelocklegalholdbucket';
const objectName = 'key';
let versionId;
Expand Down

0 comments on commit 78d944f

Please sign in to comment.