From 3e8dd386ee965eed251ede6d19309d86653fe1e1 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 19 Apr 2017 10:33:04 -0700 Subject: [PATCH] Forgot an important word --- command/agent/consul/unit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/consul/unit_test.go b/command/agent/consul/unit_test.go index 4882be1cc..622b4628a 100644 --- a/command/agent/consul/unit_test.go +++ b/command/agent/consul/unit_test.go @@ -261,7 +261,7 @@ func TestConsul_ChangeTags(t *testing.T) { } // TestConsul_ChangePorts asserts that changing the ports on a service updates -// it in Consul. Since ports are part of the service ID this is a slightly +// it in Consul. Since ports are not part of the service ID this is a slightly // different code path than changing tags. func TestConsul_ChangePorts(t *testing.T) { ctx := setupFake()