File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/GRPCNIOTransportHTTP2Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments