Skip to content

Commit 3ee3450

Browse files
stephencelismluisbrown
authored andcommitted
Fix flakey tests
(cherry picked from commit a77778079b68682fa334314e7b38db80562270d0) # Conflicts: # Sources/ComposableArchitecture/TestStore.swift
1 parent 83d0907 commit 3ee3450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269

270270
switch effects.operation {
271271
case .none:
272+
self.effectDidSubscribe.continuation.yield()
272273
return .none
273274
case .producer, .run:
274275
let effect = LongLivingEffect(file: action.file, line: action.line)

0 commit comments

Comments
 (0)