Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski committed Mar 23, 2024
1 parent 87431e9 commit d512f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('EventTicketsListItem', () => {
expect(mockHandleSelect).toHaveBeenCalledWith(selectedTickets - 1);
});

test('calls handleSelect with the decremented quantity when the increment button is clicked', () => {
test('calls handleSelect with the incremented quantity when the increment button is clicked', () => {
const mockHandleSelect = jest.fn();
const ticketType = {
id: 1,
Expand Down

0 comments on commit d512f91

Please sign in to comment.