Skip to content

Commit 612064a

Browse files
committed
Fix typo in tests file comment.
1 parent 1df6a89 commit 612064a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def test_widgets_selected_after_validation_error(
750750
assert len(city_names_from_browser) != City.objects.count()
751751
assert city_names_from_browser == city_names_from_db
752752

753-
# selecting a city reaaly does it
753+
# selecting a city really does it
754754
city_option = driver.find_element(
755755
By.CSS_SELECTOR, ".select2-results li:nth-child(2)"
756756
)

0 commit comments

Comments
 (0)