Skip to content

Commit

Permalink
Fixed unit test build for older toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Dec 14, 2023
1 parent 98f64b1 commit 6496c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/OTCoreTests/Extensions/Swift/Concurrency Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
import XCTest
import OTCore

class Extensions_Swift_Concurrency_Tests: XCTestCase {
@available(macOS 10.15, iOS 13.0.0, watchOS 6.0, tvOS 13.0, *)
final class Extensions_Swift_Concurrency_Tests: XCTestCase {
override func setUp() { super.setUp() }
override func tearDown() { super.tearDown() }

Expand Down

0 comments on commit 6496c74

Please sign in to comment.