File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Tests/ComposableArchitectureTests Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments