Skip to content

Commit

Permalink
S3C-3118 remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
dora-korpar committed Jul 1, 2020
1 parent 0f70366 commit 9b8f813
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/unit/models/ObjectMD.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,17 +286,6 @@ describe('ObjectMD class setters/getters', () => {
});
});

it('ObjectMD::set/getRetentionInfo', () => {
md.setRetentionInfo({
mode: 'COMPLIANCE',
retainUntilDate: retainDate.toISOString(),
});
assert.deepStrictEqual(md.getRetentionInfo(), {
mode: 'COMPLIANCE',
retainUntilDate: retainDate.toISOString(),
});
});

it('ObjectMD::set/getRetentionMode', () => {
md.setRetentionMode('COMPLIANCE');
assert.deepStrictEqual(md.getRetentionMode(), 'COMPLIANCE');
Expand Down

0 comments on commit 9b8f813

Please sign in to comment.