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(),
|
extended_room.CmdExtendedRoomLook(),
|
||||||
"testdetail",
|
"testdetail",
|
||||||
"You look closely at the {}.\n|{}".format("testdetail", self.DETAIL_DESC)
|
"You look closely at the {}.\n|{}".format("testdetail", self.DETAIL_DESC)
|
||||||
|
)
|
||||||
self.call(
|
self.call(
|
||||||
extended_room.CmdExtendedRoomLook(), "nonexistent", "Could not find 'nonexistent'."
|
extended_room.CmdExtendedRoomLook(), "nonexistent", "Could not find 'nonexistent'."
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue