Skip to content

Commit 889025f

Browse files
committed
fix assertFormSetError capitalisation
1 parent 2b1bed3 commit 889025f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/asserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def assertFormError(
101101
) -> None:
102102
...
103103

104-
def assertFormsetError(
104+
def assertFormSetError(
105105
formset: forms.BaseFormSet,
106106
form_index: int | None,
107107
field: str | None,

0 commit comments

Comments
 (0)