From ddd2cb366e882c1596b1c4b8d25152b301f5e575 Mon Sep 17 00:00:00 2001 From: Electronic-Waste <2690692950@qq.com> Date: Wed, 11 Sep 2024 16:07:20 +0000 Subject: [PATCH] test(trial): make some tiny changes. Signed-off-by: Electronic-Waste <2690692950@qq.com> --- pkg/controller.v1beta1/trial/trial_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller.v1beta1/trial/trial_controller_test.go b/pkg/controller.v1beta1/trial/trial_controller_test.go index 48116e6d20c..ab4c79708ea 100644 --- a/pkg/controller.v1beta1/trial/trial_controller_test.go +++ b/pkg/controller.v1beta1/trial/trial_controller_test.go @@ -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())