Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y committed Sep 25, 2021
1 parent 2b6be1a commit 182ee52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestReconcile(t *testing.T) {
},
}
g.Expect(c.Create(context.TODO(), kubeflowNS)).NotTo(gomega.HaveOccurred())
// Test 1 - Regural suggestion run
// Test 1 - Early stopping suggestion run
// Create ConfigMap with suggestion and early stopping data.
g.Expect(c.Create(context.TODO(), configMap)).NotTo(gomega.HaveOccurred())
// Create the suggestion
Expand Down

0 comments on commit 182ee52

Please sign in to comment.