Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: fahed dorgaa <fahed.dorgaa@gmail.com>
  • Loading branch information
fahedouch committed May 27, 2021
1 parent b520d4d commit 082a99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestTop(t *testing.T) {
base := testutil.NewBase(t)
defer base.Cmd("rm", "-f", testContainerName).Run()

base.Cmd("run", "-d", "--name", testContainerName, testutil.AlpineImage, "sleep", "4").AssertOK()
base.Cmd("run", "-d", "--name", testContainerName, testutil.AlpineImage, "sleep", "7").AssertOK()
base.Cmd("top", testContainerName, "-o", "pid,user,cmd").AssertOK()

}

0 comments on commit 082a99f

Please sign in to comment.