[TLC-380] Lint fixes on spec test

This commit is contained in:
Kim Shepherd
2023-02-07 14:59:56 +13:00
parent 7934118823
commit ca6f799ee5

View File

@@ -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);
}); });
}); });
}) });
}); });