Skip to content

Commit

Permalink
[master] Fix spelling errors
Browse files Browse the repository at this point in the history
Produced via:
  `github.com/client9/misspell`
/assign ImJasonH vdemeester
/cc ImJasonH vdemeester
  • Loading branch information
mattmoor authored and tekton-robot committed Jul 2, 2020
1 parent 3866374 commit f01b977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/pipelinerun/pipelinerun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ func TestReconcileOnCompletedPipelineRun(t *testing.T) {
// TestReconcileOnCompletedPipelineRun runs "Reconcile" on a PipelineRun that already reached completion
// and that does not have the latest status from TaskRuns yet. It checks that the TaskRun status is updated
// in the PipelineRun status, that the completion status is not altered, that not error is returned and
// a succesful event is triggered
// a successful event is triggered
taskRunName := "test-pipeline-run-completed-hello-world"
prs := []*v1beta1.PipelineRun{tb.PipelineRun("test-pipeline-run-completed",
tb.PipelineRunNamespace("foo"),
Expand Down

0 comments on commit f01b977

Please sign in to comment.