fix tests

This commit is contained in:
Manuel Araoz 2014-09-29 12:27:37 -03:00
parent dca6c3ba3d
commit 3af12d4339
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';