Fixed failed test

This commit is contained in:
Giuseppe Digilio
2020-04-07 09:29:21 +02:00
parent 99c1234a7d
commit 37fe6d2193

View File

@@ -131,6 +131,7 @@ describe('ResourcePolicyService', () => {
spyOn((service as any).dataService, 'create').and.callThrough(); spyOn((service as any).dataService, 'create').and.callThrough();
spyOn((service as any).dataService, 'delete').and.callThrough(); spyOn((service as any).dataService, 'delete').and.callThrough();
spyOn((service as any).dataService, 'update').and.callThrough();
spyOn((service as any).dataService, 'findById').and.callThrough(); spyOn((service as any).dataService, 'findById').and.callThrough();
spyOn((service as any).dataService, 'findByHref').and.callThrough(); spyOn((service as any).dataService, 'findByHref').and.callThrough();
spyOn((service as any).dataService, 'searchBy').and.callThrough(); spyOn((service as any).dataService, 'searchBy').and.callThrough();