Skip to content

Commit

Permalink
fix another platform issue
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt committed Jan 9, 2025
1 parent fd17975 commit 12978a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GRPCNIOTransportHTTP2Tests/HTTP2TransportTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ final class HTTP2TransportTests: XCTestCase {
}

func forEachClientAndHTTPStatusCodeServer(
_ kind: [TransportKind] = [.posix, .transportServices],
_ kind: [TransportKind] = TransportKind.supported,
_ execute: (ControlClient, TransportKind) async throws -> Void
) async throws {
for clientKind in kind {
Expand Down

0 comments on commit 12978a1

Please sign in to comment.