Skip to content

Commit 144796e

Browse files
Correct second test description (#1424)
1 parent 0205955 commit 144796e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/redux/components/TodoList.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test('it should execute with a store with 4 elements', () => {
1919
expect(todoElems).toHaveLength(4);
2020
});
2121

22-
test('should execute with 2 elements and end up with 1 after delete', () => {
22+
test('should display 4 elements and end up with 3 after delete', () => {
2323
renderWithRedux(<TodoList />, { initialState });
2424

2525
const todoElems = screen.getAllByText(/something/i);

0 commit comments

Comments
 (0)