Skip to content

Commit

Permalink
chore: Fixed tests compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
buscarini committed Jan 15, 2024
1 parent ae8ad20 commit 558b0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SioEffectsTests/CancellationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CancellationTests: XCTestCase {
let scheduler = TestScheduler()

func testNoCancellation() {
let lastValue: Int = 0
var lastValue: Int = 0
var task: UIO<Void>?

let finish = expectation(description: "finish")
Expand Down

0 comments on commit 558b0b6

Please sign in to comment.