This commit is contained in:
Alex Dadgar
2018-06-01 14:53:08 -07:00
parent 52247d38bc
commit e1bd3e83fb

View File

@@ -60,7 +60,7 @@ func TestRetryJoin_Integration(t *testing.T) {
t.Fatalf("handleRetryJoin failed: %v", err)
}
// Ensure the retry join occured.
// Ensure the retry join occurred.
testutil.WaitForResult(func() (bool, error) {
mem := agent.server.Members()
if len(mem) != 2 {