From 1a30061d01a0b8256f2a30aec6b0de1dfaa4e14e Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Thu, 14 Mar 2019 18:16:56 -0300 Subject: [PATCH] semicolon --- spec/controllerSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {}, -- 1.9.1