File tree 2 files changed +3
-3
lines changed
pkg/reconciler/pipelinerun/resources
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 {
658
658
return tStatus
659
659
}
660
660
661
- // GetPipelineTaskStatus returns the status of a PipelineFinalTask depending on its taskRun
661
+ // GetPipelineFinalTaskStatus returns the status of a PipelineFinalTask depending on its taskRun
662
662
func (facts * PipelineRunFacts ) GetPipelineFinalTaskStatus () map [string ]string {
663
663
// construct a map of tasks.<pipelineTask>.status and its state
664
664
tStatus := make (map [string ]string )
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ func TestPerFeatureFlagOptInAlpha(t *testing.T) {
70
70
}
71
71
}
72
72
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
75
75
// turns ON one alpha feature flag at a time to mock opt-in beta test env.
76
76
func TestFeatureFlagOptInBeta (t * testing.T ) {
77
77
configMapData := createExpectedConfigMap (t , false )
You can’t perform that action at this time.
0 commit comments