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 {
259
259
#expect( rootError. code == . unavailable)
260
260
#expect(
261
261
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. "
263
263
)
264
264
265
265
guard
@@ -318,7 +318,7 @@ struct HTTP2TransportTLSEnabledTests {
318
318
#expect( rootError. code == . unavailable)
319
319
#expect(
320
320
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. "
322
322
)
323
323
324
324
guard
You can’t perform that action at this time.
0 commit comments