Update tests.py

This commit is contained in:
Antrare 2023-01-07 20:51:28 +11:00 committed by GitHub
parent c73ef8bb4f
commit a130e7cd40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ class TestExtendedRoom(BaseEvenniaCommandTest):
self.call(
extended_room.CmdExtendedRoomLook(),
"testdetail",
"You look closely at the {}.\n|{}".format("testdetail", self.DETAIL_DESC)
"You look closely at {}.\n|{}".format("testdetail", self.DETAIL_DESC)
)
self.call(
extended_room.CmdExtendedRoomLook(), "nonexistent", "Could not find 'nonexistent'."