mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Update tests.py
This commit is contained in:
parent
c73ef8bb4f
commit
a130e7cd40
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class TestExtendedRoom(BaseEvenniaCommandTest):
|
|||
self.call(
|
||||
extended_room.CmdExtendedRoomLook(),
|
||||
"testdetail",
|
||||
"You look closely at the {}.\n|{}".format("testdetail", self.DETAIL_DESC)
|
||||
"You look closely at {}.\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