diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-03-11 07:50:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-11 08:50:51 +0100 |
| commit | 5cc2c63f902412cdd9a8ebbabbd953aa8e2180c0 (patch) | |
| tree | 3e12c13d5ba99389d4c62c936ee70fa093c58d8b /tests/forms_tests/widget_tests/test_clearablefileinput.py | |
| parent | e3e48b00127c09eafe6439d980a82fc5c591b673 (diff) | |
Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docstring.
Diffstat (limited to 'tests/forms_tests/widget_tests/test_clearablefileinput.py')
| -rw-r--r-- | tests/forms_tests/widget_tests/test_clearablefileinput.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/forms_tests/widget_tests/test_clearablefileinput.py b/tests/forms_tests/widget_tests/test_clearablefileinput.py index ff6a1c74e7..fabf71934f 100644 --- a/tests/forms_tests/widget_tests/test_clearablefileinput.py +++ b/tests/forms_tests/widget_tests/test_clearablefileinput.py @@ -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() |
