mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Fixes broken tests in crafting contrib.
This commit is contained in:
parent
8d5b48d4cc
commit
1ebb41d592
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue