Updated unit test.

This commit is contained in:
Michael W Spalti
2019-10-16 23:42:36 -07:00
parent ef4ae44898
commit e38556e821

View File

@@ -37,7 +37,7 @@ describe('CollectionDataService', () => {
}); });
it('should configure a GET request', () => { it('should configure a GET request', () => {
expect(requestService.configure).toHaveBeenCalledWith(jasmine.any(GetRequest), undefined); expect(requestService.configure).toHaveBeenCalledWith(jasmine.any(GetRequest));
}); });
}); });