Skip to content

Commit

Permalink
Reset file for Swift 4.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Oct 23, 2024
1 parent 1baff80 commit f132ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LineSDK/LineSDKTests/Utils/ResultUtilsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ResultUtilsTests: XCTestCase {
_ = try failure.get()
XCTFail("Cannot failure value.")
} catch {
XCTAssertEqual(error, E.foo)
XCTAssertEqual(error as! E, E.foo)
}
}

Expand Down

0 comments on commit f132ffc

Please sign in to comment.