Merge pull request #204 from maraoz/fix/broken/tests

Fix tests
This commit is contained in:
Esteban Ordano 2014-09-29 12:31:34 -03:00
commit f846eeaf91
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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';