Fix keyring test

feature/default_network_editable
Dan Finlay 8 years ago
parent ced36eb201
commit 60afc41bb6
  1. 2
      test/unit/keyrings/hd-test.js

@ -37,7 +37,7 @@ describe('hd-keyring', function() {
describe('#type', function() {
it('returns the correct value', function() {
const type = keyring.type
const correct = HdKeyring.type()
const correct = HdKeyring.type
assert.equal(type, correct)
})
})

Loading…
Cancel
Save