mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 18:27:53 +00:00
fix trivial typo
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
3d37dc639d
commit
4e015cefc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue