update test

sync3
Laurent 6 months ago
parent 0f0577da10
commit 54800d3859
  1. 6
      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<TeamRegistration> = await StoreCenter.main.mainStore.asyncLoadingSynchronizedCollection()
let playerRegCol: SyncedCollection<PlayerRegistration> = await StoreCenter.main.mainStore.asyncLoadingSynchronizedCollection()

Loading…
Cancel
Save