Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
🐛 Apply new testing to merged files
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Feb 21, 2018
1 parent 154e3e9 commit 7a3fc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cryptography/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ import cryptography from 'cryptography';

describe('cryptography index.js', () => {
it('should export an object', () => {
return cryptography.should.be.type('object');
return cryptography.should.be.an('object');
});
});

0 comments on commit 7a3fc42

Please sign in to comment.