Update tests.py

ugh
This commit is contained in:
Antrare 2022-12-27 17:23:36 +11:00 committed by GitHub
parent b7d8c1e2e0
commit 21548c4ff4

View file

@ -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'."
)