Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docstring.
This commit is contained in:
parent
e3e48b0012
commit
5cc2c63f90
|
@ -55,7 +55,7 @@ class ClearableFileInputTest(WidgetTest):
|
||||||
|
|
||||||
def test_clear_input_renders_only_if_not_required(self):
|
def test_clear_input_renders_only_if_not_required(self):
|
||||||
"""
|
"""
|
||||||
A ClearableFileInput with is_required=False does not render a clear
|
A ClearableFileInput with is_required=True does not render a clear
|
||||||
checkbox.
|
checkbox.
|
||||||
"""
|
"""
|
||||||
widget = ClearableFileInput()
|
widget = ClearableFileInput()
|
||||||
|
|
Loading…
Reference in New Issue