[ACS-5645]linting fixes

This commit is contained in:
Yasa-Nataliya
2023-10-09 20:22:06 +05:30
parent eeecde6c71
commit 1dffcc969d
3 changed files with 3 additions and 3 deletions
@@ -493,7 +493,7 @@ describe('ContentMetadataComponent', () => {
component.editable = false;
component.toggleEditMode(ButtonType.GeneralInfo);
expect(component.editable).toBe(true);
});
});
it('should toggle tags editable', () => {
component.editableTags = false;