Skip to content

Commit f75f311

Browse files
committed
wip
1 parent 7557b87 commit f75f311

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/ComposableArchitectureTests/StoreLifetimeTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ final class StoreLifetimeTests: BaseTCATestCase {
6969

7070
@MainActor
7171
func testStoreDeinit_RunningEffect() async {
72-
// XCTTODO(
73-
// "We would like for this to pass, but it requires full deprecation of uncached child stores"
74-
// )
7572
Logger.shared.isEnabled = true
7673
let effectFinished = self.expectation(description: "Effect finished")
7774
do {
@@ -99,9 +96,6 @@ final class StoreLifetimeTests: BaseTCATestCase {
9996

10097
@MainActor
10198
func testStoreDeinit_RunningCombineEffect() async {
102-
// XCTTODO(
103-
// "We would like for this to pass, but it requires full deprecation of uncached child stores"
104-
// )
10599
Logger.shared.isEnabled = true
106100
let effectFinished = self.expectation(description: "Effect finished")
107101
do {

0 commit comments

Comments
 (0)