Browse Source

etcdserver: refine comments of config change tests

Yicheng Qin 11 years ago
parent
commit
c6cb635e01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      etcdserver/server_test.go

+ 2 - 2
etcdserver/server_test.go

@@ -594,7 +594,7 @@ func TestRecvSlowSnapshot(t *testing.T) {
 	}
 	}
 }
 }
 
 
-// TestAddNode tests AddNode could propose and perform node addition.
+// TestAddNode tests AddNode can propose and perform node addition.
 func TestAddNode(t *testing.T) {
 func TestAddNode(t *testing.T) {
 	n := newNodeConfChangeCommitterRecorder()
 	n := newNodeConfChangeCommitterRecorder()
 	s := &EtcdServer{
 	s := &EtcdServer{
@@ -614,7 +614,7 @@ func TestAddNode(t *testing.T) {
 	}
 	}
 }
 }
 
 
-// TestRemoveNode tests RemoveNode could propose and perform node removal.
+// TestRemoveNode tests RemoveNode can propose and perform node removal.
 func TestRemoveNode(t *testing.T) {
 func TestRemoveNode(t *testing.T) {
 	n := newNodeConfChangeCommitterRecorder()
 	n := newNodeConfChangeCommitterRecorder()
 	s := &EtcdServer{
 	s := &EtcdServer{