Fix extended room unit test

This commit is contained in:
Griatch 2023-12-06 10:13:37 +01:00
parent 3e6ea6a8bf
commit c2f3ff5b00

View file

@ -359,7 +359,7 @@ The room Room(#{self.room1.id}) doesn't have any details.
mock_gametime.return_value = _get_timestamp("autumn", "afternoon")
self.call(
extended_room.CmdExtendedRoomGameTime(), "", "It's a autumn day, in the afternoon."
extended_room.CmdExtendedRoomGameTime(), "", "It's an autumn day, in the afternoon."
)
@patch("evennia.utils.gametime.gametime")