mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Removed DEFAULT_HOME override
This commit is contained in:
parent
6dc9cc15ad
commit
cde2f4efdf
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ class TestCraftSword(BaseEvenniaTestCase):
|
|||
|
||||
@mock.patch("evennia.contrib.game_systems.crafting.crafting._load_recipes", new=mock.MagicMock())
|
||||
@mock.patch("evennia.contrib.game_systems.crafting.crafting._RECIPE_CLASSES", new={"testrecipe": _MockRecipe})
|
||||
@override_settings(CRAFT_RECIPE_MODULES=[], DEFAULT_HOME="#999999")
|
||||
@override_settings(CRAFT_RECIPE_MODULES=[])
|
||||
class TestCraftCommand(EvenniaCommandTest):
|
||||
"""Test the crafting command"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue