diff --git a/PadelClubDataTests/DeletionTests.swift b/PadelClubDataTests/DeletionTests.swift index 8ebc671..9641dfa 100644 --- a/PadelClubDataTests/DeletionTests.swift +++ b/PadelClubDataTests/DeletionTests.swift @@ -51,11 +51,7 @@ struct DeletionTests { } @Test func testDeleteDependencies() async throws { - - guard let user = StoreCenter.main.userId else { - throw TestError.notAuthenticated - } - + let teamRegCol: SyncedCollection = await StoreCenter.main.mainStore.asyncLoadingSynchronizedCollection() let playerRegCol: SyncedCollection = await StoreCenter.main.mainStore.asyncLoadingSynchronizedCollection()