Fixed test

This commit is contained in:
Wendy Wang 2025-02-02 16:00:13 +01:00
parent e44f069eb9
commit 50fb245856

View file

@ -33,7 +33,7 @@ class TestIngameMap(BaseEvenniaCommandTest):
create_object( create_object(
exits.Exit, exits.Exit,
key="shopfront", key="shopfront",
aliases=["w"], aliases=["w","west"],
location=self.east_room, location=self.east_room,
destination=self.west_room, destination=self.west_room,
) )