fix import wallets and profile form 0.7.2
This commit is contained in:
parent
e614b375e7
commit
b15679c08c
4 changed files with 45 additions and 28 deletions
|
|
@ -238,7 +238,8 @@ describe('Identity model', function() {
|
|||
});
|
||||
});
|
||||
|
||||
describe('#importWallet', function() {
|
||||
// This is implemented in Compatibility
|
||||
describe.skip('#importWallet', function() {
|
||||
it('should import a wallet, call the right encryption functions', function(done) {
|
||||
var args = createIdentity();
|
||||
args.storage.getItem.onFirstCall().callsArgWith(1, null, '{"wallet": "fakeData"}');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue