Skip to content

Commit 7f0d6fe

Browse files
Potential fix for pull request finding 'Semicolon insertion'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent a15355e commit 7f0d6fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/igniteui-angular/simple-combo/src/simple-combo/simple-combo.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2849,7 +2849,7 @@ describe('IgxSimpleCombo', () => {
28492849
}));
28502850

28512851
it('should render as INITIAL after control.disable() and touched/dirty', () => {
2852-
combo.select([combo.data.at(0)])
2852+
combo.select([combo.data.at(0)]);
28532853
fixture.detectChanges();
28542854

28552855
reactiveControl.markAsTouched();

0 commit comments

Comments
 (0)