Update tests.py

ugh
This commit is contained in:
Antrare 2022-12-27 17:23:36 +11:00 committed by GitHub
parent c1c9a79f8d
commit 41a70d970a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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