nit: fix type s/custer/cluster

release-3.5
Wenjia 2019-10-21 13:00:19 -07:00 committed by GitHub
parent bd0a67a2d8
commit c57f8b3af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
func TestCtlV3Version(t *testing.T) { testCtl(t, versionTest) }
func TestCusterVersion(t *testing.T) {
func TestClusterVersion(t *testing.T) {
binary := binDir + "/etcd"
if !fileutil.Exist(binary) {
t.Skipf("%q does not exist", binary)