mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed test
This commit is contained in:
parent
e44f069eb9
commit
50fb245856
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class TestIngameMap(BaseEvenniaCommandTest):
|
|||
create_object(
|
||||
exits.Exit,
|
||||
key="shopfront",
|
||||
aliases=["w"],
|
||||
aliases=["w","west"],
|
||||
location=self.east_room,
|
||||
destination=self.west_room,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue