Skip to content
Snippets Groups Projects
Commit 833a832b authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Fix GetFileTransferParams.unimplemented

parent d370cd83
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!99Fix GetFileTransferParams.unimplemented
......@@ -19,8 +19,7 @@ extension GetFileTransferParams {
}
extension GetFileTransferParams {
public static let unimplemented = GetCMixParams(
public static let unimplemented = GetFileTransferParams(
run: XCTUnimplemented("\(Self.self)", placeholder: "unimplemented".data(using: .utf8)!)
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment