Skip to content

Commit 8963c30

Browse files
committed
chore(flux): explicit nil error checks per copilot review
Signed-off-by: gojogourav <gojogourav@gmail.com>
1 parent 5c10584 commit 8963c30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/runtime/framework/plugins/flux/flux_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ func TestFlux(t *testing.T) {
111111
},
112112
},
113113
},
114+
wantMLPolicyError: nil,
115+
wantBuildError: nil,
114116
trainJob: utiltesting.MakeTrainJobWrapper(metav1.NamespaceDefault, "test-job").
115117
UID("test-uid").
116118
Trainer(utiltesting.MakeTrainJobTrainerWrapper().NumNodes(2).Obj()).

0 commit comments

Comments
 (0)