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 0239b23 commit b9d37e9Copy full SHA for b9d37e9
1 file changed
Tests/FTAPIKitTests/Mockups/Endpoints.swift
@@ -102,5 +102,6 @@ struct ImageEndpoint: Endpoint {
102
/// because the response from `/get` does not match `[Int]`.
103
struct DecodingFailureEndpoint: ResponseEndpoint {
104
typealias Response = [Int]
105
+
106
let path = "get"
107
}
0 commit comments