Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oleggnidets-okta committed Dec 1, 2021
1 parent ce69bbd commit 7350d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Statuses/OktaAuthStatusRecoveryChallengeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class OktaAuthStatusRecoveryChallengeTests: XCTestCase {
},
onError: { error in
XCTAssertEqual(
"Invalid server response",
"Invalid server response: State token is missed",
error.localizedDescription
)
ex.fulfill()
Expand All @@ -59,7 +59,7 @@ class OktaAuthStatusRecoveryChallengeTests: XCTestCase {
},
onError: { error in
XCTAssertEqual(
"Invalid server response",
"Invalid server response: State token is missed",
error.localizedDescription
)
ex.fulfill()
Expand Down

0 comments on commit 7350d07

Please sign in to comment.