File tree Expand file tree Collapse file tree
pkg/apis/testharness/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ func (h *Harness) Report() {
644644 }
645645}
646646
647- // NewSuiteReport creates and assigns a TestSuite to the TestSuites (then returns the suite), .
647+ // NewSuiteReport creates and assigns a TestSuite to the TestSuites (then returns the suite).
648648func (h * Harness ) NewSuiteReport (name string ) * report.Testsuite {
649649 suite := report .NewSuite (name , h .TestSuite .ReportGranularity )
650650 h .report .AddTestSuite (suite )
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ type TestSuite struct {
109109
110110// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
111111
112- // TestStep settings to apply to a test step.go .
112+ // TestStep contains settings to apply to a test step.
113113type TestStep struct {
114114 // The type meta object, should always be a GVK of kuttl.dev/v1beta1/TestStep or kuttl.dev/v1beta1/TestStep.
115115 metav1.TypeMeta `json:",inline"`
You can’t perform that action at this time.
0 commit comments