Skip to content

Commit cb0eae1

Browse files
committed
White space fix
1 parent 527eaca commit cb0eae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lung_cancer_screening/questions/tests/unit/views/test_types_tobacco_smoking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_post_redirects_to_frequency_if_one_type_of_tobacco_smoking_history_give
169169

170170
response = self.client.post(
171171
reverse("questions:types_tobacco_smoking"),
172-
{"value": [TobaccoSmokingHistoryTypes.PIPE.value]}
172+
{"value": [TobaccoSmokingHistoryTypes.PIPE.value]}
173173
)
174174

175175
self.assertRedirects(response, reverse("questions:smoking_frequency", kwargs={
@@ -210,7 +210,7 @@ def test_post_redirects_to_frequency_if_one_type_of_tobacco_smoking_history_give
210210

211211
response = self.client.post(
212212
reverse("questions:types_tobacco_smoking"),
213-
{"value": [TobaccoSmokingHistoryTypes.PIPE.value]}
213+
{"value": [TobaccoSmokingHistoryTypes.PIPE.value]}
214214
)
215215

216216
self.assertRedirects(response, reverse("questions:smoking_frequency", kwargs={

0 commit comments

Comments
 (0)