mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Update tests.py
Fix test for the new return.
This commit is contained in:
parent
d9b372ca85
commit
c1c9a79f8d
1 changed files with 4 additions and 1 deletions
|
|
@ -63,7 +63,10 @@ class TestExtendedRoom(BaseEvenniaCommandTest):
|
|||
"here",
|
||||
"Room(#{})\n{}".format(rid, self.SPRING_DESC),
|
||||
)
|
||||
self.call(extended_room.CmdExtendedRoomLook(), "testdetail", self.DETAIL_DESC)
|
||||
self.call(
|
||||
extended_room.CmdExtendedRoomLook(),
|
||||
"testdetail",
|
||||
"You look closely at the {}.\n|{}".format("testdetail", self.DETAIL_DESC)
|
||||
self.call(
|
||||
extended_room.CmdExtendedRoomLook(), "nonexistent", "Could not find 'nonexistent'."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue