Skip to content

Commit

Permalink
fix: tests text
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaam committed Jul 16, 2024
1 parent e076f64 commit 1fe6820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/app/pages/PetRegister/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('PetRegisterPage', () => {
expect(callBackEmit).toHaveBeenCalledWith('Mixed Breed');
});

it('does not happen when theres no card selected when theres no card selected', async () => {
it('does not happen when theres no card selected', async () => {
const petRegisterPage = renderPetRegisterPage({ cards: mockCards });
const callBackEmit = vi.fn();
petRegisterPage.listen('submit', callBackEmit);
Expand Down

0 comments on commit 1fe6820

Please sign in to comment.