summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-08-25 16:31:53 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-08-25 16:32:31 -0400
commit9553f3bafad264367a8a642a17239c0d87c18090 (patch)
treec359692a1ce8971a63fd9e3a3cf84e2f7b9176fd /test/e2e
parentbb7ae54ef70fb7af401aee3ff20000ae60854e09 (diff)
downloadpodman-9553f3bafad264367a8a642a17239c0d87c18090.tar.gz
podman-9553f3bafad264367a8a642a17239c0d87c18090.tar.bz2
podman-9553f3bafad264367a8a642a17239c0d87c18090.zip
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/restart_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/restart_test.go b/test/e2e/restart_test.go
index dd0070f54..9df884292 100644
--- a/test/e2e/restart_test.go
+++ b/test/e2e/restart_test.go
@@ -228,7 +228,7 @@ var _ = Describe("Podman restart", func() {
Expect(beforeRestart.OutputToString()).To(Equal(afterRestart.OutputToString()))
})
- It("podman restart all stoped containers with --all", func() {
+ It("podman restart all stopped containers with --all", func() {
session := podmanTest.RunTopContainer("")
session.WaitWithDefaultTimeout()
Expect(session).Should(Exit(0))