Skip to content

Commit 1922e67

Browse files
mrajagopalCopilot
andauthored
Update pkg/jobs/nic_job_list_test.go
Remove irrelevant comment Co-authored-by: Copilot <[email protected]>
1 parent e124a26 commit 1922e67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/jobs/nic_job_list_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func mockQueryCRD(crd crds.Crd, namespace string, ctx context.Context) ([]byte,
2727
return json.Marshal(map[string]string{"kind": crd.Resource})
2828
}
2929

30-
// (Removed custom fake types; use fake.NewSimpleClientset instead)
3130
func TestNICJobList_ExecJobs(t *testing.T) {
3231
tmpDir := t.TempDir()
3332
dc := &data_collector.DataCollector{

0 commit comments

Comments
 (0)