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:
parent
1079c20c83
commit
47ea545241
@ -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]) } },
|
||||
|
Loading…
Reference in New Issue
Block a user