fix karma

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-04 10:15:29 -03:00
parent dfaf40b550
commit 763646f3a6
1 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ describe("Unit: Controllers", function() {
var w = {};
w.id = 1234;
w.isComplete = sinon.stub().returns(true);
w.isShared = sinon.stub().returns(true);
w.privateKey = {};
w.settings = {
unitToSatoshi: 100,
@ -218,7 +219,7 @@ describe("Unit: Controllers", function() {
});
it('should have a title', function() {
expect(scope.title).equal('Send');
expect(scope.title).equal('Create Transaction Proposal');
});
it('should return true if wallet has addressBook', function() {