From 420f5e72c7e38c7ecbcd640f9ef0ef61eeeafa12 Mon Sep 17 00:00:00 2001 From: Tom Cully Date: Tue, 7 Jan 2020 00:22:08 -0800 Subject: [PATCH] Fix holygrail spec --- spec/operations/holygrail_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/operations/holygrail_spec.js b/spec/operations/holygrail_spec.js index 7953c0c6..d6cbb861 100644 --- a/spec/operations/holygrail_spec.js +++ b/spec/operations/holygrail_spec.js @@ -41,7 +41,7 @@ describe("/holygrail", function() { } }; - const message = "I don't want to talk to you, no more, you empty-headed animal, food trough wiper. I fart in your general direction. You mother was a hamster and your father smelt of elderberries. Now go away or I shall taunt you a second time."; + const message = "I don't want to talk to you, no more, you empty-headed animal, food trough wiper. I fart in your general direction. Your mother was a hamster and your father smelt of elderberries. Now go away or I shall taunt you a second time."; const subtitle = `- ${req.params.from}`; func(req,'RES');