From 6ddd75c58ba3d6260d02924f20f2a7a3fe9418a8 Mon Sep 17 00:00:00 2001 From: Hlamalani Date: Tue, 8 Aug 2023 10:55:43 +0200 Subject: [PATCH] fix sentence --- yal/endline_terms_and_conditions.py | 2 +- yal/tests/test_endline_terms_and_condition.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yal/endline_terms_and_conditions.py b/yal/endline_terms_and_conditions.py index 94c0010c..c75ec1ea 100644 --- a/yal/endline_terms_and_conditions.py +++ b/yal/endline_terms_and_conditions.py @@ -105,7 +105,7 @@ async def state_no_consent(self): question = self._( "\n".join( [ - "That's completely okay, there are no consequences to not taking ," + "That's completely okay, there are no consequences to not taking " "part in this study. Please enjoy the BWise tool and stay safe. " "If you change your mind, please send *Answer* to this number", ] diff --git a/yal/tests/test_endline_terms_and_condition.py b/yal/tests/test_endline_terms_and_condition.py index ac7b3e0b..7a8ca44c 100644 --- a/yal/tests/test_endline_terms_and_condition.py +++ b/yal/tests/test_endline_terms_and_condition.py @@ -65,7 +65,7 @@ async def test_state_terms_decline(tester: AppTester, rapidpro_mock): tester.assert_state("state_no_consent") message = "\n".join( [ - "That's completely okay, there are no consequences to not taking ," + "That's completely okay, there are no consequences to not taking " "part in this study. Please enjoy the BWise tool and stay safe. " "If you change your mind, please send *Answer* to this number", ]