mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Update tests.py
ugh
This commit is contained in:
parent
b7d8c1e2e0
commit
21548c4ff4
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