diff options
| -rw-r--r-- | ios/OperationsTests/TransformOperationTests.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/OperationsTests/TransformOperationTests.swift b/ios/OperationsTests/TransformOperationTests.swift index 20eabc77e6..19e932602b 100644 --- a/ios/OperationsTests/TransformOperationTests.swift +++ b/ios/OperationsTests/TransformOperationTests.swift @@ -49,7 +49,7 @@ final class TransformOperationTests: XCTestCase { waitForExpectations(timeout: 1) } - func testCancellableTaskBlockTranasformOperation() { + func testCancellableTaskBlockTransformOperation() { let finishExpectation = expectation(description: "Should finish") let transform = TransformOperation<Int, Int>(input: Int.zero, cancellableTask: { _, op in |
