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

Update UserSearchFeatureTests

parent 2d7f7791
Branches
Tags
2 merge requests!102Release 1.0.0,!98Messenger example - register, confirm, and unregister user facts
This commit is part of merge request !98. Comments created here will be created in the context of that merge request.
import ComposableArchitecture
import ContactFeature
import CustomDump
import XCTest
import XXClient
import XXMessengerClient
......@@ -64,6 +65,8 @@ final class UserSearchFeatureTests: XCTestCase {
$0.failure = nil
}
XCTAssertNoDifference(didSearchWithQuery, [.init(username: "Username")])
store.receive(.didSucceed(contacts)) {
$0.isSearching = false
$0.failure = nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment