Skip to content

Commit

Permalink
code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Kyriakides authored and Nicholas Kyriakides committed Jun 13, 2017
1 parent 072014d commit 2a07d44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ describe('Basic functionality & logic flow', () => {
});
});


describe('Tolerance of plaintext', () => {
it('Should encrypt alphanumeric key values', () => {
const cryptoObject = new CryptoObject({
Expand Down Expand Up @@ -156,4 +155,4 @@ describe('Tolerance of plaintext', () => {

decryptedObject.should.deep.equal(plainObject);
});
})
});

0 comments on commit 2a07d44

Please sign in to comment.