Skip to content

Commit bd90237

Browse files
committed
typo fix oci/typo_spec_opts_test
Signed-off-by: Yongxin Li <[email protected]>
1 parent 66b984e commit bd90237

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oci/spec_opts_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func TestWithEnv(t *testing.T) {
6060
WithEnv([]string{"env2"})(nil, nil, nil, &s)
6161

6262
if len(s.Process.Env) != 2 {
63-
t.Fatal("coudn't unset")
63+
t.Fatal("could't unset")
6464
}
6565
}
6666

@@ -89,11 +89,11 @@ func TestWithMounts(t *testing.T) {
8989
}
9090

9191
if s.Mounts[1].Source != "new-source" {
92-
t.Fatal("invaid mount")
92+
t.Fatal("invalid mount")
9393
}
9494

9595
if s.Mounts[1].Destination != "new-dest" {
96-
t.Fatal("invaid mount")
96+
t.Fatal("invalid mount")
9797
}
9898
}
9999

0 commit comments

Comments
 (0)