fix karma
This commit is contained in:
parent
dfaf40b550
commit
763646f3a6
1 changed files with 2 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue