mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Remove FIXME:. Scripts names are case-insensitive
This commit is contained in:
parent
8b782e145f
commit
d629fba2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -2288,7 +2288,7 @@ class TestPuzzles(CommandTest):
|
|||
parts = ['Balloon']
|
||||
results = ['Balloon']
|
||||
recipe_dbref = self._good_recipe(
|
||||
'boom!!!', # FIXME: uppercase name fails
|
||||
'boom!!!',
|
||||
parts, results,
|
||||
and_destroy_it=False,
|
||||
expected_count=3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue