Fix tests
This commit is contained in:
parent
3d2a055cb3
commit
1a4a3bc404
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class EvAdventureRoomTest(EvenniaTestCase):
|
||||||
/|\
|
/|\
|
||||||
o o o
|
o o o
|
||||||
room_center
|
room_center
|
||||||
You see nothing special.
|
This is a room.
|
||||||
Exits: north, northeast, east, southeast, south, southwest, west, and northwest"""
|
Exits: north, northeast, east, southeast, south, southwest, west, and northwest"""
|
||||||
|
|
||||||
result = "\n".join(part.rstrip() for part in strip_ansi(desc).split("\n"))
|
result = "\n".join(part.rstrip() for part in strip_ansi(desc).split("\n"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue