Skip to content
Snippets Groups Projects
Commit bfed247a authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Clean up

parent 9dd88891
No related branches found
No related tags found
1 merge request!102Release 1.0.0
......@@ -2,15 +2,14 @@ import ComposableArchitecture
import XCTest
@testable import RestoreFeature
@MainActor
final class RestoreFeatureTests: XCTestCase {
func testFinish() async throws {
func testFinish() {
let store = TestStore(
initialState: RestoreState(),
reducer: restoreReducer,
environment: .unimplemented
)
await store.send(.finished)
store.send(.finished)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment