spelling: contain

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent a2b39e28c2
commit 321400c9cb

@ -102,7 +102,7 @@ func TestSave(t *testing.T) {
t.Fatal(err) t.Fatal(err)
} }
if c2.Lock == nil { if c2.Lock == nil {
t.Fatal("Expected v2 chart archive to containe a Chart.lock file") t.Fatal("Expected v2 chart archive to contain a Chart.lock file")
} }
if c2.Lock.Digest != c.Lock.Digest { if c2.Lock.Digest != c.Lock.Digest {
t.Fatal("Chart.lock data did not match") t.Fatal("Chart.lock data did not match")

Loading…
Cancel
Save