Trying to import a wallet with a wrong password
This commit is contained in:
parent
5c1935e04b
commit
039f0ed461
3 changed files with 8 additions and 8 deletions
|
|
@ -457,6 +457,9 @@ describe("Unit: Controllers", function() {
|
|||
it('should exist', function() {
|
||||
should.exist(what);
|
||||
});
|
||||
it('import status', function() {
|
||||
expect(scope.importStatus).equal('Importing wallet - Reading backup...');
|
||||
});
|
||||
});
|
||||
|
||||
describe('Open Controller', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue