mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +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', () => {
|
||||
const response = service.parse(validRequest, validResponse);
|
||||
console.log((response as any).dataDefinition);
|
||||
console.log(definitions);
|
||||
expect((response as any).dataDefinition).toEqual(definitions);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user