From 5e0420b80acc1ce23e0f4934a21f3d746fd8999b Mon Sep 17 00:00:00 2001 From: Brian Michel Date: Sun, 7 Jan 2024 11:23:27 -0500 Subject: [PATCH] use correct operator --- Tests/AuthTests/RequestsTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/AuthTests/RequestsTests.swift b/Tests/AuthTests/RequestsTests.swift index c5b107f1..0f48b3da 100644 --- a/Tests/AuthTests/RequestsTests.swift +++ b/Tests/AuthTests/RequestsTests.swift @@ -163,7 +163,7 @@ final class RequestsTests: XCTestCase { } } - #if !os(Windows) || !os(Linux) + #if !os(Windows) && !os(Linux) // For some reason this crashes the testing bundle // on Linux and Windows, skipping it. func testSessionFromURL() async throws {