Skip to content

Commit

Permalink
Try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jantoun-scottlogic committed Oct 3, 2024
1 parent d0eaed2 commit 9233057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tab/tab-item/tab-item.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('TabItemComponent', () => {

fixture = TestBed.createComponent(TabItemComponent);
component = fixture.componentInstance;
fixture.detectChanges();
// fixture.detectChanges();
});

it('should create', () => {
Expand Down

0 comments on commit 9233057

Please sign in to comment.