Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcairo committed Oct 9, 2024
1 parent 8e74edd commit b436a14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b436a14

Please sign in to comment.