From 54800d385912bf233e54d3df09b92ff9dae0097f Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 13 May 2025 14:36:54 +0200 Subject: [PATCH] update test --- PadelClubDataTests/DeletionTests.swift | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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()