mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
nit: fix type s/custer/cluster
This commit is contained in:
parent
bd0a67a2d8
commit
c57f8b3af8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user