Skip to content

Commit

Permalink
fix assertFormSetError capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
nektor211 authored and bluetech committed Sep 2, 2024
1 parent b66d69a commit dc73a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_django/asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def assertFormError(
) -> None:
...

def assertFormsetError(
def assertFormSetError(
formset: forms.BaseFormSet,
form_index: int | None,
field: str | None,
Expand Down

0 comments on commit dc73a1f

Please sign in to comment.