Skip to content

Commit

Permalink
Add missing availability to tests (#1890)
Browse files Browse the repository at this point in the history
Co-authored-by: Gustavo Cairo <gus.cairo@apple.com>
  • Loading branch information
glbrntt and gjcairo committed May 24, 2024
1 parent c596dfb commit 716d6d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import GRPCHTTP2Core
import XCTest

@available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
final class HTTP2ClientTransportConfigTests: XCTestCase {
func testCompressionDefaults() {
let config = HTTP2ClientTransport.Config.Compression.defaults
Expand Down

0 comments on commit 716d6d4

Please sign in to comment.