fix trivial typo

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2020-02-25 15:44:06 -05:00
parent 3d37dc639d
commit 4e015cefc2

View File

@ -225,7 +225,7 @@ var _ = Describe("Podman containers ", func() {
Expect(data.State.Status).To(Equal("exited"))
})
It("podman stop a running container by ID)", func() {
It("podman stop a running container by ID", func() {
// Stopping a running container by ID should work
var name = "top"
bt.RunTopContainer(&name, &falseFlag, nil)