From 1ebb41d59244e7dca38b2ed1d8bb75e919380a74 Mon Sep 17 00:00:00 2001 From: henddher Date: Fri, 22 Oct 2021 16:43:16 -0500 Subject: [PATCH] Fixes broken tests in crafting contrib. --- evennia/contrib/crafting/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evennia/contrib/crafting/tests.py b/evennia/contrib/crafting/tests.py index 3c3dfa1452..9200c9426b 100644 --- a/evennia/contrib/crafting/tests.py +++ b/evennia/contrib/crafting/tests.py @@ -31,6 +31,8 @@ class TestCraftUtils(TestCase): { "crucible steel": example_recipes.CrucibleSteelRecipe, "leather": example_recipes.LeatherRecipe, + "fireball": example_recipes.FireballRecipe, + "heal": example_recipes.HealingRecipe, "oak bark": example_recipes.OakBarkRecipe, "pig iron": example_recipes.PigIronRecipe, "rawhide": example_recipes.RawhideRecipe,