mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fixed lint error
This commit is contained in:
@@ -105,7 +105,7 @@ describe('PersonSearchResultListElementSubmissionComponent', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should show the job title span', () => {
|
it('should show the job title span', () => {
|
||||||
const jobTitleField = fixture.debugElement.query(By.css('span.item-list-job-title'));
|
const jobTitleField = fixture.debugElement.query(By.css('span.item-list-job-title'));
|
||||||
expect(jobTitleField).not.toBeNull();
|
expect(jobTitleField).not.toBeNull();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user