mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
missed another msg test
This commit is contained in:
parent
a0754d9f1a
commit
8f14cef6e6
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ class TestCraftingRecipe(BaseEvenniaTestCase):
|
|||
self.assertEqual(result[0].key, "Result1")
|
||||
self.assertEqual(result[0].tags.all(), ["result1", "resultprot"])
|
||||
self.crafter.msg.assert_called_with(
|
||||
recipe.success_message.format(outputs="Result1"), {"type": "crafting"}
|
||||
text=(recipe.success_message.format(outputs="Result1"), {"type": "crafting"})
|
||||
)
|
||||
|
||||
# make sure consumables are gone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue