We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad8e66 commit ebe97dcCopy full SHA for ebe97dc
1 file changed
Tests/AvailabilityTests.swift
@@ -20,7 +20,6 @@ final class AvailabilityTests: XCTestCase {
20
XCTAssertEqual(info.httpMethod, PostHTTPMethod.httpMethod)
21
XCTAssertEqual(info.path, TestAPI.path)
22
XCTAssertNil(info.specialBaseURL)
23
- XCTAssertNil(info.parameterEncoding)
24
}
25
26
private func packToParameters(_ value: [String: Optional<Int>]) -> AnyAPIParameter {
0 commit comments