Skip to content

Commit

Permalink
removing space
Browse files Browse the repository at this point in the history
  • Loading branch information
janardhankrishna-sai committed Oct 22, 2024
1 parent 5fd5180 commit 1edec56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/clientconn_state_transition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (s) TestStateTransitions_SingleAddress(t *testing.T) {
},
{
desc: `When the server sends its connection preface, but the connection dies before the client can write its
connection preface, the client enters TRANSIENT FAILURE.`,
connection preface, the client enters TRANSIENT FAILURE.`,
want: []connectivity.State{
connectivity.Connecting,
connectivity.TransientFailure,
Expand All @@ -127,7 +127,7 @@ func (s) TestStateTransitions_SingleAddress(t *testing.T) {
},
{
desc: `When the server reads the client connection preface but does not send its connection preface, the
client enters TRANSIENT FAILURE.`,
client enters TRANSIENT FAILURE.`,
want: []connectivity.State{
connectivity.Connecting,
connectivity.TransientFailure,
Expand Down

0 comments on commit 1edec56

Please sign in to comment.