mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
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
|
||||
room_center
|
||||
You see nothing special.
|
||||
This is a room.
|
||||
Exits: north, northeast, east, southeast, south, southwest, west, and northwest"""
|
||||
|
||||
result = "\n".join(part.rstrip() for part in strip_ansi(desc).split("\n"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue