Commit 1a30061d01a0b8256f2a30aec6b0de1dfaa4e14e

Authored by Jose Pinto
1 parent a24ce94ee3
Exists in master and in 1 other branch develop

semicolon

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
spec/controllerSpec.js
... ... @@ -704,7 +704,7 @@ describe('Controladores módulo crear nota de pedido', function() {
704 704 getLoginData: function() {
705 705 return {
706 706 vendedorCorbrador: true
707   - }
  707 + };
708 708 }
709 709 },
710 710 $localStorage: {}
... ... @@ -757,7 +757,7 @@ describe('Controladores módulo crear nota de pedido', function() {
757 757 getVendedorById : function() {
758 758 return {
759 759 then: function() { }
760   - }
  760 + };
761 761 }
762 762 },
763 763 focaBotoneraLateralService: {},