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 f6d2926 commit 0d2b624Copy full SHA for 0d2b624
Sources/ComposableArchitecture/TestSupport/TestStore.swift
@@ -163,14 +163,14 @@
163
) {
164
assert(steps, file: file, line: line)
165
}
166
-
+
167
/// Asserts against an array of actions.
168
public func assert(
169
- _ steps: [Step],
170
- file: StaticString = #file,
171
- line: UInt = #line
+ _ steps: [Step],
+ file: StaticString = #file,
+ line: UInt = #line
172
173
- var receivedActions: [Action] = []
+ var receivedActions: [Action] = []
174
175
var cancellables: [AnyCancellable] = []
176
0 commit comments