From f01b977ad5418fd17e11b238b21f9473f2a56a28 Mon Sep 17 00:00:00 2001 From: "Matt Moore (via sockpuppet)" Date: Thu, 2 Jul 2020 14:02:25 +0000 Subject: [PATCH] [master] Fix spelling errors Produced via: `github.com/client9/misspell` /assign ImJasonH vdemeester /cc ImJasonH vdemeester --- pkg/reconciler/pipelinerun/pipelinerun_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/reconciler/pipelinerun/pipelinerun_test.go b/pkg/reconciler/pipelinerun/pipelinerun_test.go index c097e43a059..187433b00da 100644 --- a/pkg/reconciler/pipelinerun/pipelinerun_test.go +++ b/pkg/reconciler/pipelinerun/pipelinerun_test.go @@ -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"),