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 Feb 11, 2023
1 parent ff3b358 commit a02ae83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/PulseUITests/ShareStoreViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//
// Copyright (c) 2020–2023 Alexander Grebenyuk (github.com/kean).

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

import XCTest
@testable import Pulse
@testable import PulseUI
Expand Down Expand Up @@ -37,3 +39,5 @@ final class ShareStoreViewModelTests: ConsoleTestCase {
XCTAssertNotNil(content.item)
}
}

#endif

0 comments on commit a02ae83

Please sign in to comment.