Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Feb 24, 2023
1 parent 680d85e commit 752806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/etcdutil/etcdutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func TestInitClusterID(t *testing.T) {
re.Equal(clusterID, clusterID1)
}

func TestEtcdClient(t *testing.T) {
func TestEtcdClientSync(t *testing.T) {
t.Parallel()
re := require.New(t)
re.NoError(failpoint.Enable("github.com/tikv/pd/pkg/utils/etcdutil/autoSyncInterval", "return(true)"))
Expand Down

0 comments on commit 752806a

Please sign in to comment.