mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Fix comment
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user