Remove FIXME:. Scripts names are case-insensitive
This commit is contained in:
parent
54e68f99c4
commit
74279720b6
1 changed files with 1 additions and 1 deletions
|
|
@ -2288,7 +2288,7 @@ class TestPuzzles(CommandTest):
|
||||||
parts = ['Balloon']
|
parts = ['Balloon']
|
||||||
results = ['Balloon']
|
results = ['Balloon']
|
||||||
recipe_dbref = self._good_recipe(
|
recipe_dbref = self._good_recipe(
|
||||||
'boom!!!', # FIXME: uppercase name fails
|
'boom!!!',
|
||||||
parts, results,
|
parts, results,
|
||||||
and_destroy_it=False,
|
and_destroy_it=False,
|
||||||
expected_count=3
|
expected_count=3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue