Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Oct 24, 2024
1 parent c21101d commit b035d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ussd_clinic_rapidpro.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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();
Expand Down

0 comments on commit b035d41

Please sign in to comment.