Skip to content

Commit

Permalink
updating fatal msg
Browse files Browse the repository at this point in the history
  • Loading branch information
janardhankrishna-sai committed Jan 7, 2025
1 parent 1fc9c6b commit d520f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clientconn_state_transition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func (s) TestConnectivityStateSubscriber(t *testing.T) {
grpc.WithTransportCredentials(insecure.NewCredentials()),
)
if err != nil {
t.Fatalf("failed to create a client for server: %v", err)
t.Fatalf("Failed to create a client for server: %v", err)
}
cc.Connect()
// Subscribe to state updates. Use a buffer size of 1 to allow the
Expand Down

0 comments on commit d520f73

Please sign in to comment.