Commit 4f6f21b1 authored by Carlos Leandro's avatar Carlos Leandro
Browse files

fix: missing ',' before newline in composite literal

parent 59a990a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -811,8 +811,8 @@ func TestWorkerDeploymentTemplate(t *testing.T) {
					ExpectedCmd:            []string{"echo", "worker1"},
					ExpectedResources:  	coreV1.ResourceRequirements{
						Requests: coreV1.ResourceList{
							"memory": resource.MustParse("250M")
						}
							"memory": resource.MustParse("250M"),
						},
					},
				},
				{