Skip to content

Commit ebe97dc

Browse files
committed
[fix] Remove the incorrect code
1 parent 0ad8e66 commit ebe97dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tests/AvailabilityTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ final class AvailabilityTests: XCTestCase {
2020
XCTAssertEqual(info.httpMethod, PostHTTPMethod.httpMethod)
2121
XCTAssertEqual(info.path, TestAPI.path)
2222
XCTAssertNil(info.specialBaseURL)
23-
XCTAssertNil(info.parameterEncoding)
2423
}
2524

2625
private func packToParameters(_ value: [String: Optional<Int>]) -> AnyAPIParameter {

0 commit comments

Comments
 (0)