We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339ae26 commit a384c00Copy full SHA for a384c00
Tests/ComposableArchitectureTests/Reducers/ForEachReducerTests.swift
@@ -22,7 +22,7 @@ final class ForEachReducerTests: BaseTCATestCase {
22
await store.send(.rows(.element(id: 2, action: ""))) {
23
$0.rows[id: 2]?.value = ""
24
}
25
- await store.receive(\.rows[id: 2]) {
+ await store.receive(\.rows[id:2]) {
26
$0.rows[id: 2]?.value = "Empty"
27
28
0 commit comments