From 33d3c26eb75cddec021d056bdbda78d507c71d26 Mon Sep 17 00:00:00 2001 From: Vilhelm Malmberg Eskilsson Date: Tue, 1 Oct 2024 16:48:39 +0200 Subject: [PATCH] Typo in function name --- test_marvin_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_marvin_actions.py b/test_marvin_actions.py index 46d71eb..2e46d0f 100644 --- a/test_marvin_actions.py +++ b/test_marvin_actions.py @@ -247,7 +247,7 @@ def testNameDayResponse(self): self.assertNameDayOutput("double", "Idag har Alfred,Alfrida namnsdag") self.assertNameDayOutput("nobody", "Ingen har namnsdag idag") - def testNameDayRequest(self): + def testJokeRequest(self): """Test that marvin sends a proper request for a joke""" with mock.patch("marvin_actions.requests") as r: self.executeAction(marvin_actions.marvinJoke, "joke")