Browse Source

tests(standby_test): comments

Yicheng Qin 11 years ago
parent
commit
ca29691543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/functional/standby_test.go

+ 1 - 1
tests/functional/standby_test.go

@@ -313,7 +313,7 @@ func TestStandbyJoinMiss(t *testing.T) {
 	// Wait for a monitor cycle before checking for removal.
 	time.Sleep(server.ActiveMonitorTimeout + (1 * time.Second))
 
-	// Verify that we now have four peers.
+	// Verify that we now have one peer.
 	result, err = c.Get("_etcd/machines", false, true)
 	assert.NoError(t, err)
 	assert.Equal(t, len(result.Node.Nodes), 1)