Skip to content

Commit

Permalink
fixed for tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Feb 26, 2021
1 parent 794ee8b commit 5430aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XCTestExtensions/XCTestCase+Combine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Combine
import XCTest

@available(macOS 10.15, iOS 13.0, *) public extension XCTestCase {
@available(macOS 10.15, iOS 13.0, tvOS 13.0, *) public extension XCTestCase {

/// Wait for a publisher to emit a value
///
Expand Down

0 comments on commit 5430aa6

Please sign in to comment.