diff --git a/spec/controllerSpec.js b/spec/controllerSpec.js index 82caee4..b9d648e 100644 --- a/spec/controllerSpec.js +++ b/spec/controllerSpec.js @@ -704,7 +704,7 @@ describe('Controladores módulo crear nota de pedido', function() { getLoginData: function() { return { vendedorCorbrador: true - } + }; } }, $localStorage: {} @@ -757,7 +757,7 @@ describe('Controladores módulo crear nota de pedido', function() { getVendedorById : function() { return { then: function() { } - } + }; } }, focaBotoneraLateralService: {},