mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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);
|
expect(comp.isLink()).toBe(false);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
|
|
||||||
describe('when the value is a URL', () => {
|
describe('when the value is a URL', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
@@ -54,6 +54,6 @@ describe('MetadataRepresentationListElementComponent', () => {
|
|||||||
expect(comp.isLink()).toBe(true);
|
expect(comp.isLink()).toBe(true);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user