Commit faf6ae477e1493938e49bbb87596380efa469bae
1 parent
5b9112a293
Exists in
master
and in
2 other branches
Arreglo de espacios
Showing
1 changed file
with
2 additions
and
4 deletions
 
Show diff stats
spec/controllerSpec.js
| ... | ... | @@ -239,7 +239,6 @@ describe('Controladores abm vendedor cobrador', function() { | 
| 239 | 239 | $location: {}, | 
| 240 | 240 | $localStorage: {}, | 
| 241 | 241 | focaModalService: { | 
| 242 | - | |
| 243 | 242 | } | 
| 244 | 243 | }); | 
| 245 | 244 | |
| ... | ... | @@ -251,7 +250,6 @@ describe('Controladores abm vendedor cobrador', function() { | 
| 251 | 250 | //arrange | 
| 252 | 251 | var scope = { | 
| 253 | 252 | $watch: function() {}, | 
| 254 | - | |
| 255 | 253 | }; | 
| 256 | 254 | var focaAbmVendedorCobradorService = { | 
| 257 | 255 | getCodigoSiguiente: function() { | 
| ... | ... | @@ -267,7 +265,7 @@ describe('Controladores abm vendedor cobrador', function() { | 
| 267 | 265 | guardarVendedorCobrador: function() { } | 
| 268 | 266 | }; | 
| 269 | 267 | $controller('focaAbmVendedorCobradorController', { | 
| 270 | - $scope: scope, | |
| 268 | + $scope: scope, | |
| 271 | 269 | focaAbmVendedorCobradorService: focaAbmVendedorCobradorService, | 
| 272 | 270 | $routeParams: {}, | 
| 273 | 271 | focaBotoneraLateralService: {}, | 
| ... | ... | @@ -405,7 +403,7 @@ describe('Controladores abm vendedor cobrador', function() { | 
| 405 | 403 | $location: {}, | 
| 406 | 404 | $localStorage: {}, | 
| 407 | 405 | focaModalService: { | 
| 408 | - alert: function(){} | |
| 406 | + alert: function() {} | |
| 409 | 407 | } | 
| 410 | 408 | }); | 
| 411 | 409 | var promiseFake = Promise.resolve(true, false); |