mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Puzzle recipe with uppercase letter FAILS to be resolved
This commit is contained in:
parent
97dfcd81b5
commit
d46472d91b
1 changed files with 2 additions and 2 deletions
|
|
@ -2282,7 +2282,7 @@ class TestPuzzles(CommandTest):
|
|||
parts = ['Balloon']
|
||||
results = ['Balloon'] # FIXME: we don't want results
|
||||
recipe_dbref = self._good_recipe(
|
||||
'boom!!!',
|
||||
'Boom!!!',
|
||||
parts, results,
|
||||
and_destroy_it=False,
|
||||
expected_count=3
|
||||
|
|
@ -2293,7 +2293,7 @@ class TestPuzzles(CommandTest):
|
|||
sps = sorted(parts)
|
||||
expected = {key: len(list(grp)) for key, grp in itertools.groupby(sps)}
|
||||
|
||||
self._arm(recipe_dbref, 'boom!!!', parts)
|
||||
self._arm(recipe_dbref, 'Boom!!!', parts)
|
||||
self._check_room_contents(expected)
|
||||
|
||||
self._use(','.join(parts), 'You are a Genius')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue