mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Removed DEFAULT_HOME override
This commit is contained in:
parent
5c7b2ddd00
commit
75dc5632e3
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