summaryrefslogtreecommitdiffhomepage
path: root/ios/OperationsTests
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-05-03 10:42:16 +0200
committerAndrej Mihajlov <and@mullvad.net>2023-05-03 16:41:55 +0200
commit5d69ec1e76fc8e7e45977cb70de648d233a25f9b (patch)
treee93ef9efe9afb56a0642626f98eaddb8d3ec145b /ios/OperationsTests
parent8b9d8f10d56412de473e9cd1c78689c86f42593a (diff)
downloadmullvadvpn-5d69ec1e76fc8e7e45977cb70de648d233a25f9b.tar.xz
mullvadvpn-5d69ec1e76fc8e7e45977cb70de648d233a25f9b.zip
Fix typo in test name
Diffstat (limited to 'ios/OperationsTests')
-rw-r--r--ios/OperationsTests/TransformOperationTests.swift2
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