Skip to content

Commit

Permalink
Typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Challe-P committed Oct 1, 2024
1 parent 5879632 commit 33d3c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_marvin_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 33d3c26

Please sign in to comment.