From 558b0b61031374a7398dc6efe7a71e9b3886a918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Manuel=20Sa=CC=81nchez?= Date: Mon, 15 Jan 2024 10:57:45 +0100 Subject: [PATCH] chore: Fixed tests compilation. --- Tests/SioEffectsTests/CancellationTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SioEffectsTests/CancellationTests.swift b/Tests/SioEffectsTests/CancellationTests.swift index 595318c..e5cddf4 100644 --- a/Tests/SioEffectsTests/CancellationTests.swift +++ b/Tests/SioEffectsTests/CancellationTests.swift @@ -15,7 +15,7 @@ class CancellationTests: XCTestCase { let scheduler = TestScheduler() func testNoCancellation() { - let lastValue: Int = 0 + var lastValue: Int = 0 var task: UIO? let finish = expectation(description: "finish")