From 3d432cd0d7ede55af69511013bb83a98755720d2 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Tue, 23 Apr 2024 11:44:39 +0200 Subject: [PATCH] fix: test --- music_kraken/utils/shared.py | 2 +- tests/test_collection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(