From c57f8b3af865d1b531b979889c602ba14377420e Mon Sep 17 00:00:00 2001 From: Wenjia Date: Mon, 21 Oct 2019 13:00:19 -0700 Subject: [PATCH] nit: fix type s/custer/cluster --- tests/e2e/ctl_v3_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/ctl_v3_test.go b/tests/e2e/ctl_v3_test.go index 1f137f3fc..44c6fc415 100644 --- a/tests/e2e/ctl_v3_test.go +++ b/tests/e2e/ctl_v3_test.go @@ -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)