fix firefox bugs
This commit is contained in:
parent
9047f4f30b
commit
68014db04a
3 changed files with 3 additions and 2 deletions
|
|
@ -257,7 +257,7 @@ describe('Network / Async', function() {
|
|||
|
||||
describe('#iterateNonce', function() {
|
||||
|
||||
it('should set a nonce not already set', function() {
|
||||
it.only('should set a nonce not already set', function() {
|
||||
var n = createN();
|
||||
n.iterateNonce();
|
||||
n.networkNonce.slice(4, 8).toString('hex').should.equal('00000001');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue