Update test_building_objects.py

This commit is contained in:
Hellow2 2023-03-28 11:43:18 +02:00
parent 42c2f73da8
commit 35f3ed975f

View File

@ -9,11 +9,6 @@ from pathlib import Path
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from music_kraken import objects
"""
Testing the Formatted text is barely possible cuz one false character and it fails.
Not worth the trouble
"""
class TestSong(unittest.TestCase):