Skip to content

Commit b5dae6a

Browse files
miriam-zThemitchell
authored andcommitted
Remove print statement
1 parent 00b4e70 commit b5dae6a

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
@@ -81,7 +81,6 @@ def test_is_invalid_with_none_of_the_above_selected_and_other_options_selected(s
8181
}
8282
)
8383
self.assertFalse(form.is_valid())
84-
print(form.errors.as_json())
8584
self.assertEqual(
8685
form.errors["respiratory_conditions"][0],
8786
"Select if you have had any respiratory conditions, or select 'No, I have not had any of these respiratory conditions'"

0 commit comments

Comments
 (0)