Skip to content

Commit c29b25d

Browse files
mbrandonwp4checo
authored andcommitted
Close TestStore. (#1655)
(cherry picked from commit aefb996ef0de7819f7317ca42af29ef65c9b2735)
1 parent 6e5178d commit c29b25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ import XCTestDynamicOverlay
426426
/// [merowing.info]: https://www.merowing.info
427427
/// [exhaustive-testing-in-tca]: https://www.merowing.info/exhaustive-testing-in-tca/
428428
/// [Composable-Architecture-at-Scale]: https://vimeo.com/751173570
429-
open class TestStore<State, Action, ScopedState, ScopedAction, Environment> {
429+
public final class TestStore<State, Action, ScopedState, ScopedAction, Environment> {
430430

431431
/// The current dependencies of the test store.
432432
///

0 commit comments

Comments
 (0)