Skip to content

Commit

Permalink
test(trial): make some tiny changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste committed Sep 11, 2024
1 parent ffe6089 commit ddd2cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v1beta1/trial/trial_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestReconcileBatchJob(t *testing.T) {
viper.Set(consts.ConfigTrialResources, trialResources)
g.Expect(add(mgr, recFn)).NotTo(gomega.HaveOccurred())

// Start test manager.
// Start test manager
mgrCtx, cancel := context.WithCancel(context.TODO())
go func() {
g.Expect(mgr.Start(mgrCtx)).NotTo(gomega.HaveOccurred())
Expand Down

0 comments on commit ddd2cb3

Please sign in to comment.