Skip to content

Commit e5a6519

Browse files
committed
PPHA-266: More fixing white space issues
1 parent 650f473 commit e5a6519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lung_cancer_screening/questions/forms/ethnicity_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def __init__(self, *args, **kwargs):
2323

2424
class Meta:
2525
model = ResponseSet
26-
fields = ['ethnicity']
26+
fields = ['ethnicity']

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def test_is_invalid_when_no_option_is_selected(self):
4545
self.assertEqual(
4646
form.errors["ethnicity"],
4747
["Select your ethnic background."]
48-
)
48+
)

0 commit comments

Comments
 (0)