We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7696b09 commit 9082628Copy full SHA for 9082628
Tests/ParseSwiftTests/ParseQueryTests.swift
@@ -2924,6 +2924,7 @@ class ParseQueryTests: XCTestCase { // swiftlint:disable:this type_body_length
2924
}
2925
2926
2927
+ #if !os(Linux) && !os(Android) && !os(Windows)
2928
// swiftlint:disable:next function_body_length
2929
func testWhereKeyWithinPolygonPoints() throws {
2930
// swiftlint:disable:next line_length
@@ -2949,6 +2950,7 @@ class ParseQueryTests: XCTestCase { // swiftlint:disable:this type_body_length
2949
2950
let query = GameScore.query(constraint)
2951
XCTAssertEqual(query.where.description, expected)
2952
2953
+ #endif
2954
2955
func testWhereKeyPolygonContains() throws {
2956
let expected: [String: AnyCodable] = [
0 commit comments