@@ -351,11 +351,15 @@ def test_set_library_component_collections(self) -> None:
351351 assert all (event ["signal" ] == LIBRARY_COLLECTION_UPDATED for event in collection_update_events )
352352 assert {event ["library_collection" ] for event in collection_update_events } == {
353353 LibraryCollectionData (
354- collection_key = api .library_collection_locator (self .lib2 .library_key , collection_key = self .col2 .collection_code )
354+ collection_key = api .library_collection_locator (
355+ self .lib2 .library_key , collection_key = self .col2 .collection_code
356+ )
355357 ),
356358 LibraryCollectionData (
357- collection_key = api .library_collection_locator (self .lib2 .library_key , collection_key = self .col3 .collection_code )
358- )
359+ collection_key = api .library_collection_locator (
360+ self .lib2 .library_key , collection_key = self .col3 .collection_code
361+ )
362+ ),
359363 }
360364
361365 def test_delete_library_block (self ) -> None :
@@ -380,7 +384,9 @@ def test_delete_library_block(self) -> None:
380384 "signal" : LIBRARY_COLLECTION_UPDATED ,
381385 "sender" : None ,
382386 "library_collection" : LibraryCollectionData (
383- collection_key = api .library_collection_locator (self .lib1 .library_key , collection_key = self .col1 .collection_code ),
387+ collection_key = api .library_collection_locator (
388+ self .lib1 .library_key , collection_key = self .col1 .collection_code
389+ ),
384390 ),
385391 },
386392 )
@@ -430,7 +436,7 @@ def test_delete_library_container(self) -> None:
430436 "library_container" : LibraryContainerData (
431437 container_key = self .subsection1 .container_key ,
432438 background = False ,
433- )
439+ ),
434440 },
435441 )
436442
0 commit comments