Skip to content

Commit f2f65b4

Browse files
eero-tPaweł Szulik
authored andcommitted
Fix typo in test function name
1 parent efa4cfa commit f2f65b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/v2/conversion_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
envs = map[string]string{"foo": "bar"}
3131
)
3232

33-
func TestContanierSpecFromV1(t *testing.T) {
33+
func TestContainerSpecFromV1(t *testing.T) {
3434
v1Spec := v1.ContainerSpec{
3535
CreationTime: timestamp,
3636
Labels: labels,

0 commit comments

Comments
 (0)