1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

tests - add missing done

This commit is contained in:
kumavis 2017-03-30 15:43:01 -07:00
parent 1079c20c83
commit 47ea545241

View File

@ -135,7 +135,7 @@ describe('KeyringController', function() {
})
describe('#getAccounts', function() {
it('returns the result of getAccounts for each keyring', function() {
it('returns the result of getAccounts for each keyring', function(done) {
keyringController.keyrings = [
{ getAccounts() { return Promise.resolve([1,2,3]) } },
{ getAccounts() { return Promise.resolve([4,5,6]) } },