diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2020-02-25 15:44:06 -0500 |
---|---|---|
committer | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2020-02-25 15:44:06 -0500 |
commit | 4e015cefc282ce1f4e5fcc8634293511388b24e6 (patch) | |
tree | bf824c8baae0dfb2c4a89a031bee8b8b08e696a2 /pkg | |
parent | 3d37dc639d87e4469a6457cf4592ff5b773d0777 (diff) | |
download | podman-4e015cefc282ce1f4e5fcc8634293511388b24e6.tar.gz podman-4e015cefc282ce1f4e5fcc8634293511388b24e6.tar.bz2 podman-4e015cefc282ce1f4e5fcc8634293511388b24e6.zip |
fix trivial typo
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/bindings/test/containers_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bindings/test/containers_test.go b/pkg/bindings/test/containers_test.go index f6ef4abec..13b69fb78 100644 --- a/pkg/bindings/test/containers_test.go +++ b/pkg/bindings/test/containers_test.go @@ -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) |