Skip to content

Commit 64fd6f0

Browse files
author
Kent C. Dodds
authored
Update example-react-hooks-useReducer.md
1 parent 0713c86 commit 64fd6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example-react-hooks-useReducer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ it('shows success message after confirm button is clicked', () => {
6767

6868
fireEvent.click(getByText('Confirm'))
6969

70-
expect(getByText('Confirmed')).toBeInTheDocument()
70+
expect(getByText('Confirmed!')).toBeInTheDocument()
7171
})
7272
```

0 commit comments

Comments
 (0)