diff --git a/test/test.EmailStore.js b/test/test.EmailStore.js index 6702968..f99aa6a 100644 --- a/test/test.EmailStore.js +++ b/test/test.EmailStore.js @@ -4,7 +4,7 @@ var chai = require('chai'), assert = require('assert'), sinon = require('sinon'), logger = require('../lib/logger').logger, - should = chai.should(), + should = chai.should, expect = chai.expect; logger.transports.console.level = 'warn'; diff --git a/test/test.PublicProfile.js b/test/test.PublicProfile.js index cfe9fc6..5444b2e 100644 --- a/test/test.PublicProfile.js +++ b/test/test.PublicProfile.js @@ -46,7 +46,7 @@ describe('public profile test', function() { )); }); - it.only('writes a message correctly', function(done) { + it('writes a message correctly', function(done) { var privateKey = bitauth.generateSin(); var protocol = 'https';