Skip to content

Commit 0c6b2c6

Browse files
committed
Remove a wip tag
1 parent 1d7e5b0 commit 0c6b2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def test_post_redirects_if_the_user_not_a_smoker(self):
204204

205205
self.assertRedirects(response, reverse("questions:non_smoker_exit"))
206206

207-
@tag("wip")
207+
208208
def test_post_resets_when_you_quit_smoking_response_if_the_user_changes_from_a_former_smoker_to_a_smoker(self):
209209
response_set = ResponseSetFactory.create(
210210
user=self.user,

0 commit comments

Comments
 (0)