Skip to content

Commit

Permalink
chore: fix typo in example test
Browse files Browse the repository at this point in the history
Fixes #2234
  • Loading branch information
mxschmitt authored Jan 10, 2024
1 parent 72de5b3 commit f2640a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todomvc/mvctests/test_new_todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_new_todo_test_should_clear_text_input_field_when_an_item_is_added(
assert_number_of_todos_in_local_storage(page, 1)


def test_new_todo_test_should_append_new_items_to_the_ottom_of_the_list(
def test_new_todo_test_should_append_new_items_to_the_bottom_of_the_list(
page: Page,
) -> None:
# Create 3 items.
Expand Down

0 comments on commit f2640a3

Please sign in to comment.