diff --git a/music_kraken/utils/shared.py b/music_kraken/utils/shared.py index 6397fd3..401b051 100644 --- a/music_kraken/utils/shared.py +++ b/music_kraken/utils/shared.py @@ -16,7 +16,7 @@ DEBUG = (__stage__ == "dev") and True DEBUG_LOGGING = DEBUG and False DEBUG_TRACE = DEBUG and True DEBUG_OBJECT_TRACE = DEBUG and True -DEBUG_OBJECT_TRACE_CALLSTACK = DEBUG and True +DEBUG_OBJECT_TRACE_CALLSTACK = DEBUG_OBJECT_TRACE and False DEBUG_YOUTUBE_INITIALIZING = DEBUG and False DEBUG_PAGES = DEBUG and False DEBUG_DUMP = DEBUG and False diff --git a/tests/test_collection.py b/tests/test_collection.py index 12fe2f2..bc3674b 100644 --- a/tests/test_collection.py +++ b/tests/test_collection.py @@ -86,7 +86,7 @@ class TestCollection(unittest.TestCase): ] ) - self.assertTrue(artist.id == artist.main_album_collection[0].song_collection[0].artist_collection[0].id) + self.assertTrue(artist.id == artist.main_album_collection[0].song_collection[0].main_artist_collection[0].id) def test_artist_collection_sync(self): album_1 = Album(