Skip to content

Commit 6b3ebf3

Browse files
nektor211bluetech
authored andcommitted
fix assertFormSetError capitalisation
1 parent 7cf6301 commit 6b3ebf3

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)