Skip to content

Commit b436a14

Browse files
committed
Fix tests
1 parent 8e74edd commit b436a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/GRPCNIOTransportHTTP2Tests/HTTP2TransportTLSEnabledTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ struct HTTP2TransportTLSEnabledTests {
259259
#expect(rootError.code == .unavailable)
260260
#expect(
261261
rootError.message
262-
== "Channel isn't ready. The server accepted the TCP connection but closed the connection before completing the HTTP/2 connection preface."
262+
== "The server accepted the TCP connection but closed the connection before completing the HTTP/2 connection preface."
263263
)
264264

265265
guard
@@ -318,7 +318,7 @@ struct HTTP2TransportTLSEnabledTests {
318318
#expect(rootError.code == .unavailable)
319319
#expect(
320320
rootError.message
321-
== "Channel isn't ready. The server accepted the TCP connection but closed the connection before completing the HTTP/2 connection preface."
321+
== "The server accepted the TCP connection but closed the connection before completing the HTTP/2 connection preface."
322322
)
323323

324324
guard

0 commit comments

Comments
 (0)