We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6be1a commit 182ee52Copy full SHA for 182ee52
pkg/controller.v1beta1/suggestion/suggestion_controller_test.go
@@ -131,7 +131,7 @@ func TestReconcile(t *testing.T) {
131
},
132
}
133
g.Expect(c.Create(context.TODO(), kubeflowNS)).NotTo(gomega.HaveOccurred())
134
- // Test 1 - Regural suggestion run
+ // Test 1 - Early stopping suggestion run
135
// Create ConfigMap with suggestion and early stopping data.
136
g.Expect(c.Create(context.TODO(), configMap)).NotTo(gomega.HaveOccurred())
137
// Create the suggestion
0 commit comments