From b436a145a8d4bd1c805e327846a8905249bd7c8c Mon Sep 17 00:00:00 2001 From: Gus Cairo Date: Wed, 9 Oct 2024 14:58:35 +0000 Subject: [PATCH] Fix tests --- .../HTTP2TransportTLSEnabledTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/GRPCNIOTransportHTTP2Tests/HTTP2TransportTLSEnabledTests.swift b/Tests/GRPCNIOTransportHTTP2Tests/HTTP2TransportTLSEnabledTests.swift index 3eda5ce..0f6b0e0 100644 --- a/Tests/GRPCNIOTransportHTTP2Tests/HTTP2TransportTLSEnabledTests.swift +++ b/Tests/GRPCNIOTransportHTTP2Tests/HTTP2TransportTLSEnabledTests.swift @@ -259,7 +259,7 @@ struct HTTP2TransportTLSEnabledTests { #expect(rootError.code == .unavailable) #expect( rootError.message - == "Channel isn't ready. The server accepted the TCP connection but closed the connection before completing the HTTP/2 connection preface." + == "The server accepted the TCP connection but closed the connection before completing the HTTP/2 connection preface." ) guard @@ -318,7 +318,7 @@ struct HTTP2TransportTLSEnabledTests { #expect(rootError.code == .unavailable) #expect( rootError.message - == "Channel isn't ready. The server accepted the TCP connection but closed the connection before completing the HTTP/2 connection preface." + == "The server accepted the TCP connection but closed the connection before completing the HTTP/2 connection preface." ) guard