diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-25 22:57:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 22:57:53 +0100 |
commit | 9631c30ce45264db32fb05e2477780e770cec028 (patch) | |
tree | f1cc108f0f15ee948540e553979952eeb8c9b53a /pkg/bindings | |
parent | 609407d4e6a489603754f1f44e47c7fd9ff5e4b8 (diff) | |
parent | 4e015cefc282ce1f4e5fcc8634293511388b24e6 (diff) | |
download | podman-9631c30ce45264db32fb05e2477780e770cec028.tar.gz podman-9631c30ce45264db32fb05e2477780e770cec028.tar.bz2 podman-9631c30ce45264db32fb05e2477780e770cec028.zip |
Merge pull request #5328 from lsm5/trivial-typo-correction
fix trivial typo
Diffstat (limited to 'pkg/bindings')
-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 90b87ea91..6756e81c7 100644 --- a/pkg/bindings/test/containers_test.go +++ b/pkg/bindings/test/containers_test.go @@ -235,7 +235,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) |