Skip to content

Commit

Permalink
WatchOS doesn't support URLProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Jul 31, 2024
1 parent 3f46b13 commit 7b231dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Segment-Tests/HTTPClient_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Brandon Sneed on 1/21/21.
//

#if !os(Linux) && !os(Windows)
#if !os(Linux) && !os(Windows) && !os(watchOS)

import XCTest
@testable import Segment
Expand Down

0 comments on commit 7b231dd

Please sign in to comment.