Merge pull request #1460 from cmgustavo/bug/01-import

Trying to import a wallet with a wrong password
This commit is contained in:
Matias Alejo Garcia 2014-09-25 07:51:23 -03:00
commit c360fbb926
3 changed files with 8 additions and 8 deletions

View file

@ -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() {