|
|
|
|
@ -51,11 +51,7 @@ struct DeletionTests { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Test func testDeleteDependencies() async throws { |
|
|
|
|
|
|
|
|
|
guard let user = StoreCenter.main.userId else { |
|
|
|
|
throw TestError.notAuthenticated |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let teamRegCol: SyncedCollection<TeamRegistration> = await StoreCenter.main.mainStore.asyncLoadingSynchronizedCollection() |
|
|
|
|
let playerRegCol: SyncedCollection<PlayerRegistration> = await StoreCenter.main.mainStore.asyncLoadingSynchronizedCollection() |
|
|
|
|
|
|
|
|
|
|