mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Fix up errors found by codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -261,7 +261,7 @@ var _ = Describe("Podman prune", func() {
|
||||
// Two as pods infra container and one newly created.
|
||||
Expect(podmanTest.NumberOfContainers()).To(Equal(3))
|
||||
|
||||
// image list current count should not be pruned if all flag isnt enabled
|
||||
// image list current count should not be pruned if all flag isn't enabled
|
||||
session = podmanTest.Podman([]string{"images"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
numberOfImages := len(session.OutputToStringArray())
|
||||
|
Reference in New Issue
Block a user