Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
billp committed Dec 31, 2024
1 parent fd53830 commit d32923b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tests/TestExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#if !os(watchOS)

import XCTest
@testable import TermiNetwork
import SwiftUI
@testable import TermiNetwork

class TestExtensions: XCTestCase {
lazy var sampleImageURL = Environment.current.stringURL + "/sample.jpeg"
Expand Down Expand Up @@ -194,3 +196,5 @@ class TestExtensions: XCTestCase {
XCTAssert(!failed)
}
}

#endif
3 changes: 3 additions & 0 deletions Tests/TestReachability.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#if !os(watchOS)

import XCTest
import SystemConfiguration

Expand Down Expand Up @@ -158,3 +160,4 @@ class TestReachability: XCTestCase {
XCTAssertFalse(failed)
}
}
#endif

0 comments on commit d32923b

Please sign in to comment.