mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Update tests.py
ugh
This commit is contained in:
parent
c1c9a79f8d
commit
41a70d970a
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ class TestExtendedRoom(BaseEvenniaCommandTest):
|
|||
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