mirror of
https://github.com/containers/podman.git
synced 2025-12-16 03:57:36 +08:00
Add codespell to validate spelling mistakes in code.
Fix all errors found by codespell Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -115,7 +115,7 @@ var _ = Describe("Common functions test", func() {
|
||||
bytes, _ := ioutil.ReadAll(read)
|
||||
json.Unmarshal(bytes, compareData)
|
||||
|
||||
Expect(reflect.DeepEqual(testData, compareData)).To(BeTrue(), "Data chaned after we store it to file.")
|
||||
Expect(reflect.DeepEqual(testData, compareData)).To(BeTrue(), "Data changed after we store it to file.")
|
||||
})
|
||||
|
||||
DescribeTable("Test Containerized",
|
||||
|
||||
Reference in New Issue
Block a user