mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-6110] fix lint error
This commit is contained in:
@@ -87,6 +87,6 @@ describe('ProfilePageSecurityFormComponent', () => {
|
|||||||
component.isRobustPasswordError = false;
|
component.isRobustPasswordError = false;
|
||||||
fixture.detectChanges();
|
fixture.detectChanges();
|
||||||
expect(fixture.debugElement.query(By.css('[data-test="robust-password-error"]'))).toBeFalsy();
|
expect(fixture.debugElement.query(By.css('[data-test="robust-password-error"]'))).toBeFalsy();
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user