Skip to content

Commit

Permalink
Fix tests on tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 30, 2023
1 parent e127730 commit 1b2edfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/PulseUITests/ConsoleSearchTokenTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import XCTest
@testable import Pulse
@testable import PulseUI

#if os(iOS) || os(macOS)

@available(iOS 16, tvOS 16, *)
final class ConsoleSearchTokenTests: XCTestCase {
func testStatusCodeFilter() throws {
Expand Down Expand Up @@ -208,3 +210,5 @@ final class ConsoleSearchTokenTests: XCTestCase {
XCTAssertEqual("abcd".distance(to: "abd"), 1)
}
}

#endif

0 comments on commit 1b2edfb

Please sign in to comment.