mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix keyring test
This commit is contained in:
parent
ced36eb201
commit
60afc41bb6
@ -37,7 +37,7 @@ describe('hd-keyring', function() {
|
|||||||
describe('#type', function() {
|
describe('#type', function() {
|
||||||
it('returns the correct value', function() {
|
it('returns the correct value', function() {
|
||||||
const type = keyring.type
|
const type = keyring.type
|
||||||
const correct = HdKeyring.type()
|
const correct = HdKeyring.type
|
||||||
assert.equal(type, correct)
|
assert.equal(type, correct)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user