mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix hardcoded dbref in unit test
This commit is contained in:
parent
f78d4abcdd
commit
d3c4db2e02
1 changed files with 2 additions and 2 deletions
|
|
@ -248,8 +248,8 @@ Base room description.
|
|||
self.call(
|
||||
extended_room.CmdExtendedRoomDesc(),
|
||||
"",
|
||||
"""
|
||||
Room Room(#1) Season: autumn. Time: afternoon. States: None
|
||||
f"""
|
||||
Room Room(#{self.room1.id}) Season: autumn. Time: afternoon. States: None
|
||||
|
||||
Room state autumn (active):
|
||||
Autumn description.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue