Skip to content

Commit 3577d7b

Browse files
committed
review comments
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
1 parent ca30cdc commit 3577d7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/harness/harness.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).
648648
func (h *Harness) NewSuiteReport(name string) *report.Testsuite {
649649
suite := report.NewSuite(name, h.TestSuite.ReportGranularity)
650650
h.report.AddTestSuite(suite)

pkg/apis/testharness/v1beta1/test_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
113113
type 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"`

0 commit comments

Comments
 (0)