mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Cleanup
This commit is contained in:
parent
e52e68a08e
commit
1e4cfafdaa
1 changed files with 2 additions and 3 deletions
|
|
@ -2281,13 +2281,12 @@ class TestPuzzles(CommandTest):
|
|||
expected.update({'dirt': nresolutions})
|
||||
self._check_room_contents(expected)
|
||||
|
||||
# parts don't survive resolution
|
||||
# and no result is produced
|
||||
# Uppercase puzzle name
|
||||
balloon = create_object(
|
||||
self.object_typeclass,
|
||||
key='Balloon', location=self.char1.location)
|
||||
parts = ['Balloon']
|
||||
results = ['Balloon'] # FIXME: we don't want results
|
||||
results = ['Balloon']
|
||||
recipe_dbref = self._good_recipe(
|
||||
'boom!!!', # FIXME: uppercase name fails
|
||||
parts, results,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue