Skip to content

Commit 0fde772

Browse files
authored
ClientRPCExecutionConfigurationTests only available on macOS 13... (#1672)
1 parent ac27495 commit 0fde772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/GRPCCoreTests/Call/Client/ClientRPCExecutionConfigurationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import GRPCCore
1717
import XCTest
1818

19+
@available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
1920
final class ClientRPCExecutionConfigurationTests: XCTestCase {
2021
func testRetryPolicyClampsMaxAttempts() {
2122
var policy = RetryPolicy(

0 commit comments

Comments
 (0)