Skip to content
Snippets Groups Projects
Commit 16a16bed authored by lotte's avatar lotte
Browse files

fixed lint error

parent 9147a6b1
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ describe('PersonSearchResultListElementSubmissionComponent', () => {
});
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();
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment