Fix tests

This commit is contained in:
Count Infinity 2024-10-08 22:31:17 -06:00
parent 3d2a055cb3
commit 1a4a3bc404

View file

@ -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"))