Remove FIXME:. Scripts names are case-insensitive

This commit is contained in:
Henddher Pedroza 2019-01-03 20:07:27 -06:00
parent 8b782e145f
commit d629fba2ed

View file

@ -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