mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
Fix up errors found by codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -119,7 +119,7 @@ var _ = Describe("Podman system", func() {
|
||||
// Alpine image should not be pruned as used by running container
|
||||
Expect(systemPruneResponse.ImagePruneReport.Report.Id).
|
||||
ToNot(ContainElement("docker.io/library/alpine:latest"))
|
||||
// Though unsed volume is available it should not be pruned as flag set to false.
|
||||
// Though unused volume is available it should not be pruned as flag set to false.
|
||||
Expect(len(systemPruneResponse.VolumePruneReport)).To(Equal(0))
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user