From b5979df27ffaf6794b1a86b58d5a625bf3f6f8a0 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 5 May 2016 19:39:25 +0100 Subject: [PATCH] Fix comment --- render/short_lived_connections_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/short_lived_connections_test.go b/render/short_lived_connections_test.go index 0c147c999..93cc78f54 100644 --- a/render/short_lived_connections_test.go +++ b/render/short_lived_connections_test.go @@ -140,7 +140,7 @@ func TestShortLivedInternetNodeConnections(t *testing.T) { func TestPauseContainerDiscarded(t *testing.T) { have := Prune(render.ContainerWithImageNameRenderer.Render(rpt, render.FilterNoop)) - // There should be a single connection between from container1 and the destination should be container2 + // There should only be a single connection from container1 and the destination should be container2 container1, ok := have[container1NodeID] if !ok { t.Fatal("Expected output to have container1")