Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 9, 2022
1 parent 5fa75f2 commit 3fa35b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class NonControllerSessionStateMachineTests: XCTestCase {
networkingInteractor.wcRequestPublisherSubject.send(WCRequestSubscriptionPayload.stubUpdateNamespaces(topic: ""))
usleep(100)
XCTAssertFalse(networkingInteractor.didRespondSuccess)
XCTAssertEqual(networkingInteractor.lastErrorCode, 1301)
XCTAssertEqual(networkingInteractor.lastErrorCode, 7001)
}

func testUpdateMethodPeerErrorUnauthorized() {
Expand Down

0 comments on commit 3fa35b2

Please sign in to comment.