mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix extended room unit test
This commit is contained in:
parent
3e6ea6a8bf
commit
c2f3ff5b00
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue