You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/ComposableArchitecture/Documentation.docc/Extensions/TestStore.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@
13
13
14
14
### Testing a reducer
15
15
16
-
-``send(_:_:file:line:)-3pf4p``
16
+
-``send(_:_:file:line:)-6s1gq``
17
17
-``receive(_:timeout:_:file:line:)``
18
18
-``finish(timeout:file:line:)``
19
19
-``TestStoreTask``
20
20
21
21
### Accessing state
22
22
23
-
While the most common way of interacting with a test store's state is via its ``send(_:_:file:line:)-3pf4p`` and ``receive(_:timeout:_:file:line:)`` methods, you may also access it directly throughout a test.
23
+
While the most common way of interacting with a test store's state is via its ``send(_:_:file:line:)-6s1gq`` and ``receive(_:timeout:_:file:line:)`` methods, you may also access it directly throughout a test.
0 commit comments