File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pkg/reconciler/pipelinerun/resources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ func (facts *PipelineRunFacts) GetPipelineTaskStatus() map[string]string {
658658 return tStatus
659659}
660660
661- // GetPipelineTaskStatus returns the status of a PipelineFinalTask depending on its taskRun
661+ // GetPipelineFinalTaskStatus returns the status of a PipelineFinalTask depending on its taskRun
662662func (facts * PipelineRunFacts ) GetPipelineFinalTaskStatus () map [string ]string {
663663 // construct a map of tasks.<pipelineTask>.status and its state
664664 tStatus := make (map [string ]string )
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ func TestPerFeatureFlagOptInAlpha(t *testing.T) {
7070 }
7171}
7272
73- // TestPerFeatureFlagOptInBeta tests the behavior with all beta Per- feature
74- // flags enabled. It first turns ON all beta per- feature flags by default and
73+ // TestFeatureFlagOptInBeta tests the behavior with all beta feature
74+ // flags enabled. It first turns ON all beta feature flags by default and
7575// turns ON one alpha feature flag at a time to mock opt-in beta test env.
7676func TestFeatureFlagOptInBeta (t * testing.T ) {
7777 configMapData := createExpectedConfigMap (t , false )
You can’t perform that action at this time.
0 commit comments