GITLAB
Jose Pinto
/ foca-abm-vendedor-cobrador
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4dc768e2da87f8a1f3ca0c72e3290f5cf02a33eb
Authored by
Eric Fernandez
2019-02-12 13:03:28 -0300
1 parent
20099fa8e9
Exists in
master
prueba pre commit
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/serviceSpec.js
Side-by-side Diff
Inline Diff
spec/serviceSpec.js
Diff comments
View file @
4dc768e
...
...
@@ -115,6 +115,6 @@ describe('Servicios abm vendedor cobrador', function() {
115
115
116
116
//assert
117
117
expect(result).toEqual(fakeResponse);
118
- })
;
118
+ })
119
119
});
120
120
});