From c343d90304c4b29e92823b778a2ad3c3863acc14 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Fri, 15 Nov 2019 10:33:21 -0500 Subject: [PATCH] Finish the comment --- agent/agent_endpoint_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent_endpoint_test.go b/agent/agent_endpoint_test.go index ae5ed9d435..f0e34f64d6 100644 --- a/agent/agent_endpoint_test.go +++ b/agent/agent_endpoint_test.go @@ -2596,7 +2596,7 @@ func testAgent_RegisterService_ReRegister_ReplaceExistingChecks(t *testing.T, ex Checks: []*structs.CheckType{ &structs.CheckType{ // explicitly not setting the check id to let it be auto-generated - // we want to ensure that we + // we want to ensure that we are testing out the cases with autogenerated names/ids TTL: 20 * time.Second, }, &structs.CheckType{