Skip to content

Commit

Permalink
Updates 'OptimizelyResultTypeTests/testIsSuccess_ReturnsFalse' assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkicks committed Sep 12, 2022
1 parent 257979f commit da1be86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kickstarter-iOS/Library/OptimizelyResultTypeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ final class OptimizelyResultTypeTests: XCTestCase {
func testIsSuccess_ReturnsFalse() {
let result = OptimizelyResult<Any>.failure(OptimizelyError.generic)

XCTAssertEqual("Unknown reason", result.hasError?.localizedDescription)
XCTAssertEqual("Unknown reason.", result.hasError?.localizedDescription)
}
}

0 comments on commit da1be86

Please sign in to comment.