mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
[TLC-380] Lint fixes
This commit is contained in:
@@ -69,7 +69,7 @@ describe('MetadataValuesComponent', () => {
|
||||
});
|
||||
|
||||
it('should correctly detect a pattern on string containing "test"', () => {
|
||||
const mdValue = {value: "This is a test value"} as MetadataValue;
|
||||
const mdValue = {value: 'This is a test value'} as MetadataValue;
|
||||
expect(comp.hasLink(mdValue)).toBe(true);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user