From 7a3fc42538dbac0979f3ed3b7078290d53e66eb5 Mon Sep 17 00:00:00 2001 From: shuse2 Date: Sun, 18 Feb 2018 05:49:40 +0100 Subject: [PATCH] :bug: Apply new testing to merged files --- test/cryptography/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cryptography/index.js b/test/cryptography/index.js index 3c49ff57e..fff541d4a 100644 --- a/test/cryptography/index.js +++ b/test/cryptography/index.js @@ -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'); }); });