Skip to content

Commit e1f4ce8

Browse files
fix(test): add log.
Signed-off-by: Electronic-Waste <[email protected]>
1 parent 1bc7d44 commit e1f4ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller.v1beta1/trial/trial_controller_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ func TestReconcileBatchJob(t *testing.T) {
341341
// Expect that Trial status is running
342342
g.Eventually(func(g gomega.Gomega) {
343343
g.Expect(c.Get(ctx, trialKey, trial)).Should(gomega.Succeed())
344+
t.Log(*trial)
344345
g.Expect(trial.IsRunning()).Should(gomega.BeTrue())
345346
}, timeout).Should(gomega.Succeed())
346347

0 commit comments

Comments
 (0)