Skip to content

Commit b6e2269

Browse files
committed
fix comment
1 parent 2b6be1a commit b6e2269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller.v1beta1/suggestion/suggestion_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func TestReconcile(t *testing.T) {
131131
},
132132
}
133133
g.Expect(c.Create(context.TODO(), kubeflowNS)).NotTo(gomega.HaveOccurred())
134-
// Test 1 - Regural suggestion run
134+
// Test 1 - Early stopping suggestion run
135135
// Create ConfigMap with suggestion and early stopping data.
136136
g.Expect(c.Create(context.TODO(), configMap)).NotTo(gomega.HaveOccurred())
137137
// Create the suggestion

0 commit comments

Comments
 (0)