mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
removed console log from test file
This commit is contained in:
@@ -196,8 +196,6 @@ describe('IntegrationResponseParsingService', () => {
|
|||||||
|
|
||||||
it('should return a IntegrationSuccessResponse with data definition', () => {
|
it('should return a IntegrationSuccessResponse with data definition', () => {
|
||||||
const response = service.parse(validRequest, validResponse);
|
const response = service.parse(validRequest, validResponse);
|
||||||
console.log((response as any).dataDefinition);
|
|
||||||
console.log(definitions);
|
|
||||||
expect((response as any).dataDefinition).toEqual(definitions);
|
expect((response as any).dataDefinition).toEqual(definitions);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user