diff --git a/test/ussd_clinic_rapidpro.test.js b/test/ussd_clinic_rapidpro.test.js index 59f77b0e..52d412f6 100644 --- a/test/ussd_clinic_rapidpro.test.js +++ b/test/ussd_clinic_rapidpro.test.js @@ -1103,7 +1103,7 @@ describe("ussd_clinic app", function() { .check.interaction({ reply: "Unfortunately MomConnect doesn't send messages to children older than 2 " + - "years. Please try again by entering the dat the baby was born as a " + + "years. Please try again by entering the day the baby was born as a " + "number, e.g. 12." }) .run(); @@ -1116,7 +1116,7 @@ describe("ussd_clinic app", function() { .check.interaction({ reply: "Unfortunately MomConnect doesn't send messages to children older than 2 " + - "years. Please try again by entering the dat the baby was born as a " + + "years. Please try again by entering the day the baby was born as a " + "number, e.g. 12." }) .run();