diff --git a/development/objects_collection.py b/development/objects_collection.py index 170edb0..c12cb10 100644 --- a/development/objects_collection.py +++ b/development/objects_collection.py @@ -14,6 +14,12 @@ if __name__ == "__main__": Album(title="album", albumsort=123), ], ), + Song( + title="other_song", + album_list=[ + Album(title="album", albumsort=423), + ], + ), ] ), Album(title="album", barcode="1234567890123"),