From 5cc2c63f902412cdd9a8ebbabbd953aa8e2180c0 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Wed, 11 Mar 2020 07:50:51 +0000 Subject: [PATCH] Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docstring. --- tests/forms_tests/widget_tests/test_clearablefileinput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()