Skip to content

Commit

Permalink
Fix: corrigindo testes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheuscara committed Apr 3, 2024
1 parent 7006f8a commit cd90897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/home/home.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('HomeComponent', () => {
});

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

// Additional tests go here
Expand Down

0 comments on commit cd90897

Please sign in to comment.