spelling: command

This commit is contained in:
Josh Soref
2018-03-11 17:47:37 +00:00
parent eed08cf10e
commit 2a2b1983f5

View File

@@ -13,7 +13,7 @@ func TestOperator_Autopilot_SetConfig_Implements(t *testing.T) {
var _ cli.Command = &OperatorRaftListCommand{}
}
func TestOperatorAutopilotSetConfigCommmand(t *testing.T) {
func TestOperatorAutopilotSetConfigCommand(t *testing.T) {
t.Parallel()
s, _, addr := testServer(t, false, nil)
defer s.Shutdown()