Skip to content

Commit

Permalink
Update ui/src/textbox.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: mturoci <[email protected]>
  • Loading branch information
VijithaEkanayake and mturoci authored Dec 18, 2020
1 parent 5c08d95 commit 0b50eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/textbox.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Textbox.tsx', () => {
expect(syncMock).not.toBeCalled()
})

it('Calls sync on key up - When the key is Enter key', () => {
it('Calls sync on enter pressed', () => {
const { getByTestId } = render(<XTextbox model={textboxProps} />)
const syncMock = jest.fn()

Expand Down

0 comments on commit 0b50eb3

Please sign in to comment.