Skip to content

Commit 44b505d

Browse files
committed
chore(*): fix failing unit test
1 parent 83fd6f7 commit 44b505d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/tabs/tabs/tabs.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ describe('IgxTabs', () => {
284284
fixture.detectChanges();
285285
expect(tabs.offset).toBeGreaterThan(0);
286286

287-
tabs.scrollLeft(null);
287+
tabs.scrollPrev(null);
288288

289289
tick(100);
290290
fixture.detectChanges();

0 commit comments

Comments
 (0)