Skip to content

Commit

Permalink
Update Tests/GRPCNIOTransportHTTP2Tests/HTTP2ServerTransport+DebugTes…
Browse files Browse the repository at this point in the history
…ts.swift

Co-authored-by: Gus Cairo <[email protected]>
  • Loading branch information
glbrntt and gjcairo authored Jan 13, 2025
1 parent 12978a1 commit 68c352a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct ChannelDebugCallbackTests {
@Test(arguments: TransportKind.allCases, TransportKind.allCases)
func debugCallbacksAreCalled(serverKind: TransportKind, clientKind: TransportKind) async throws {
// Validates the callbacks are called appropriately by setting up callbacks which increment
// counters and then returning those stats from a gRPC service. The clients interactions with
// counters and then returning those stats from a gRPC service. The client's interactions with
// the service drive the callbacks.

let stats = DebugCallbackStats()
Expand Down

0 comments on commit 68c352a

Please sign in to comment.