1
0
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:
Dan Finlay 2016-11-21 19:47:45 -08:00
parent ced36eb201
commit 60afc41bb6

View File

@ -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)
})
})