Skip to content

Commit

Permalink
Delete redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanx committed Aug 22, 2017
1 parent fe55578 commit 5b86a77
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/integration/public-key-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,6 @@ describe('Public Key Integration Tests', function() {
const r = await publicKey._purgeOldUnverified();
expect(r.deletedCount).to.equal(1);
});

it('should not remove a verified key with no uploaded attribute', async () => {
key.userIds[0].verified = true;
await publicKey._persisKey(key);
const r = await publicKey._purgeOldUnverified();
expect(r.deletedCount).to.equal(0);
});
});

describe('verify', () => {
Expand Down

0 comments on commit 5b86a77

Please sign in to comment.