From 3af12d433945ecfb71451671f0930aa166d6e49c Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 29 Sep 2014 12:27:37 -0300 Subject: [PATCH] fix tests --- test/test.EmailStore.js | 2 +- test/test.PublicProfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';