Skip to content

Commit

Permalink
Fix the test too
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer authored and knative-prow-robot committed Feb 26, 2019
1 parent c41e277 commit a89ad33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/v1alpha1/taskrun/resources/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func TestMakePod(t *testing.T) {
VolumeMounts: implicitVolumeMounts,
WorkingDir: workspaceDir,
}, {
Name: "build-step-a-sixty-three-character-step-name-to-trigger-ma",
Name: "build-step-a-sixty-three-character-step-name-to-trigger-max-len",
Image: "image",
Env: implicitEnvVars,
VolumeMounts: implicitVolumeMounts,
Expand Down

0 comments on commit a89ad33

Please sign in to comment.