Skip to content

Commit aefb996

Browse files
authored
Close TestStore. (#1655)
1 parent bcbb209 commit aefb996

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
@@ -422,7 +422,7 @@ import XCTestDynamicOverlay
422422
/// [merowing.info]: https://www.merowing.info
423423
/// [exhaustive-testing-in-tca]: https://www.merowing.info/exhaustive-testing-in-tca/
424424
/// [Composable-Architecture-at-Scale]: https://vimeo.com/751173570
425-
open class TestStore<State, Action, ScopedState, ScopedAction, Environment> {
425+
public final class TestStore<State, Action, ScopedState, ScopedAction, Environment> {
426426

427427
/// The current dependencies of the test store.
428428
///

0 commit comments

Comments
 (0)