Skip to content

Commit 4e4bf4a

Browse files
committed
Remove redundant comment
1 parent c3d4218 commit 4e4bf4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lung_cancer_screening/questions/tests/unit/forms/test_respiratory_conditions_form.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def test_is_invalid_when_no_option_is_selected(self):
7373
["Select if you have had any respiratory conditions"]
7474
)
7575

76-
# TODO: Add test for when none of the above is selected and other options are selected
7776
def test_is_invalid_with_none_of_the_above_selected_and_other_options_selected(self):
7877
form = RespiratoryConditionsForm(
7978
participant=self.participant,

0 commit comments

Comments
 (0)