remove only

This commit is contained in:
Manuel Araoz 2014-08-26 15:34:17 -03:00
commit 685c4c06a7

View file

@ -257,7 +257,7 @@ describe('Network / Async', function() {
describe('#iterateNonce', function() {
it.only('should set a nonce not already set', function() {
it('should set a nonce not already set', function() {
var n = createN();
n.iterateNonce();
n.networkNonce.slice(4, 8).toString('hex').should.equal('00000001');