Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docstring.

This commit is contained in:
David Smith
2020-03-11 07:50:51 +00:00
committed by GitHub
parent e3e48b0012
commit 5cc2c63f90

View File

@@ -55,7 +55,7 @@ class ClearableFileInputTest(WidgetTest):
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.
"""
widget = ClearableFileInput()