Make modification

feature/default_network_editable
Kevin Serrano 7 years ago
parent c12d56063d
commit d82d9215fb
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 2
      test/unit/components/bn-as-decimal-input-test.js

@ -72,7 +72,7 @@ describe('BnInput', function () {
onChange: (newBn) => {
assert.equal(newBn.toString(), target.toString(), 'should tolerate increase')
const reInput = BnInput.prototype.downsize(newBn.toString(), 9, 9)
assert.equal(reInput.toString(), target.toString(), 'should tolerate increase')
assert.equal(reInput.toString(), inputStr, 'should tolerate increase')
done()
},
}

Loading…
Cancel
Save