Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Luna committed Jan 22, 2024
1 parent e0286d6 commit 529a645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/feature/home/src/lib/home/home.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('HomeComponent', () => {
});

it('should create', () => {
expect(component).not.toBeTruthy();
expect(component).toBeTruthy();
});

it('should render product cards correctly', () => {
Expand Down

0 comments on commit 529a645

Please sign in to comment.