fixed lint error

This commit is contained in:
lotte
2019-11-28 15:47:16 +01:00
parent 9147a6b18f
commit 16a16bedfe

View File

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