fix test 13

This commit is contained in:
Manuel Araoz 2014-08-19 15:51:23 -04:00
parent 3a84bee9bf
commit 78f338f446
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ describe('Network / Async', function() {
n2._onMessage(enc);
n2._deletePeer.calledOnce.should.equal(false);
n2.getHexNonces()[cid1].toString('hex').should.equal('5000000000000002');
n._deletePeer.calledOnce.should.equal(false);
n2._deletePeer.calledOnce.should.equal(false);
});
it('should not reject data sent from a peer with a really big new nonce', function() {