Skip to content

Commit 44d2f2c

Browse files
committed
fix checkbox tests
1 parent 9ea8191 commit 44d2f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkbox/checkbox.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
22
import { ComponentFixture, TestBed, fakeAsync, tick, async } from "@angular/core/testing";
33
import { By } from "@angular/platform-browser";
44
import { DebugElement } from "@angular/core";
5-
import { StaticIconModule } from "./../icon/static-icon.module";
5+
import { StaticIconModule } from "../icon/static-icon.module";
66

77
import { CheckboxComponent } from "./checkbox.component";
88

0 commit comments

Comments
 (0)