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(
|
self.call(
|
||||||
extended_room.CmdExtendedRoomDesc(),
|
extended_room.CmdExtendedRoomDesc(),
|
||||||
"",
|
"",
|
||||||
"""
|
f"""
|
||||||
Room Room(#1) Season: autumn. Time: afternoon. States: None
|
Room Room(#{self.room1.id}) Season: autumn. Time: afternoon. States: None
|
||||||
|
|
||||||
Room state autumn (active):
|
Room state autumn (active):
|
||||||
Autumn description.
|
Autumn description.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue