fix karma test

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-01 11:03:35 -03:00
commit 6c35fca5ae
2 changed files with 12 additions and 12 deletions

View file

@ -272,7 +272,7 @@ describe("Unit: Controllers", function() {
it('should handle big values in 100 BTC', function() {
var old = scope.wallet.settings.unitToSatoshi;
scope.wallet.settings.unitToSatoshi = 100000000;;
scope.wallet.settings.unitToSatoshi = 100000000;
sendForm.address.$setViewValue(anAddr);
sendForm.amount.$setViewValue(100);
sendForm.address.$setViewValue(anAddr);
@ -291,7 +291,7 @@ describe("Unit: Controllers", function() {
var old = $rootScope.wallet.settings.unitToSatoshi;
$rootScope.wallet.settings.unitToSatoshi = 100000000;;
$rootScope.wallet.settings.unitToSatoshi = 100000000;
sendForm.address.$setViewValue(anAddr);
sendForm.amount.$setViewValue(5000);
scope.submitForm(sendForm);