summaryrefslogtreecommitdiffhomepage
path: root/ios/OperationsTests/TransformOperationTests.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-06-08SetAccount: rework to use callback flow vs. child operationsAndrej Mihajlov1-93/+0
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov1-7/+7
Block operations receive (Error?) -> Void Result block operations receive (Result<Output, Error>) -> Void Transform operations receive (Input, (Result<Output, Error>) -> Void) -> Void
2023-05-03Fix typo in test nameAndrej Mihajlov1-1/+1
2023-05-03Operations: add new testsAndrej Mihajlov1-0/+93