diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-05-03 10:42:16 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-05-03 16:41:55 +0200 |
| commit | 5d69ec1e76fc8e7e45977cb70de648d233a25f9b (patch) | |
| tree | e93ef9efe9afb56a0642626f98eaddb8d3ec145b /ios/OperationsTests | |
| parent | 8b9d8f10d56412de473e9cd1c78689c86f42593a (diff) | |
| download | mullvadvpn-5d69ec1e76fc8e7e45977cb70de648d233a25f9b.tar.xz mullvadvpn-5d69ec1e76fc8e7e45977cb70de648d233a25f9b.zip | |
Fix typo in test name
Diffstat (limited to 'ios/OperationsTests')
| -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 |
