mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[TLC-380] Lint fixes on spec test
This commit is contained in:
@@ -43,7 +43,7 @@ describe('MetadataRepresentationListElementComponent', () => {
|
||||
expect(comp.isLink()).toBe(false);
|
||||
});
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
describe('when the value is a URL', () => {
|
||||
beforeEach(() => {
|
||||
@@ -54,6 +54,6 @@ describe('MetadataRepresentationListElementComponent', () => {
|
||||
expect(comp.isLink()).toBe(true);
|
||||
});
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user