Skip to content

Commit

Permalink
use correct operator
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Jan 7, 2024
1 parent 4ed6c89 commit 5e0420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AuthTests/RequestsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5e0420b

Please sign in to comment.