Skip to content

Commit

Permalink
Update ping_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhangjian authored Nov 22, 2023
1 parent 1266ebb commit 93a1033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opengemini/ping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestPingFailForInaccessibleAddress(t *testing.T) {
require.NotNil(t, err)
}

func TestPingFailForOutOfBounds(t *testing.T) {
func TestPingFailForOutOfRangeIndex(t *testing.T) {
c := testNewClient(t, &Config{
Addresses: []*Address{{
Host: "localhost",
Expand Down

0 comments on commit 93a1033

Please sign in to comment.