Skip to content

Commit e124a26

Browse files
mrajagopalCopilot
andauthored
Update pkg/jobs/job_test.go
Remove redundant mock-logger code. Co-authored-by: Copilot <[email protected]>
1 parent 6ef2f3e commit e124a26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/jobs/job_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ import (
1313
"github.com/nginxinc/nginx-k8s-supportpkg/pkg/data_collector"
1414
)
1515

16-
// mockLogger implements the minimal Printf interface for testing
17-
// type mockLogger struct{}
18-
19-
// func (l *mockLogger) Printf(format string, v ...interface{}) {}
20-
2116
// Test successful job execution and file writing
2217
func TestJobCollect_Success(t *testing.T) {
2318
tmpDir := t.TempDir()

0 commit comments

Comments
 (0)