remove only
This commit is contained in:
parent
68014db04a
commit
685c4c06a7
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ describe('Network / Async', function() {
|
||||||
|
|
||||||
describe('#iterateNonce', 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();
|
var n = createN();
|
||||||
n.iterateNonce();
|
n.iterateNonce();
|
||||||
n.networkNonce.slice(4, 8).toString('hex').should.equal('00000001');
|
n.networkNonce.slice(4, 8).toString('hex').should.equal('00000001');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue