Skip to content

Commit

Permalink
delete minor unreachable code caused by t.Fatal
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored and rudyfly committed Aug 16, 2022
1 parent 1f791a6 commit 932d068
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/container_top_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 62,6 @@ func TestContainerTop(t *testing.T) {
for _, ps := range psList.Processes {
if len(ps) != len(psList.Titles) {
t.Fatalf("expected 2 values, got %v", len(ps))
break
}
}
}

0 comments on commit 932d068

Please sign in to comment.