Skip to content

Commit

Permalink
UIIN-2669: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed May 10, 2024
1 parent 53df12a commit 1f8a97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit/common/LocationSelectionWithCheck.test.js
Expand Up @@ -88,6 +88,6 @@ describe('LocationSelectionWithCheck', () => {
act(() => fireEvent.click(screen.getByTestId('selection-id')));

fireEvent.click(cancelButton);
expect(inputMock.onChange).not.toHaveBeenCalled();
expect(inputMock.onChange).toHaveBeenCalled();
});
});

0 comments on commit 1f8a97c

Please sign in to comment.