Skip to content

Commit fb7a486

Browse files
authored
Remove redundant log line that is failing golangci-lint (#2366)
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent 54ba287 commit fb7a486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ray-operator/apis/config/v1alpha1/config_utils_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ func TestValidateBatchSchedulerConfig(t *testing.T) {
7575

7676
for _, tt := range tests {
7777
t.Run(tt.name, func(t *testing.T) {
78-
t.Logf(tt.name)
7978
if err := ValidateBatchSchedulerConfig(tt.args.logger, tt.args.config); (err != nil) != tt.wantErr {
8079
t.Errorf("ValidateBatchSchedulerConfig() error = %v, wantErr %v", err, tt.wantErr)
8180
}

0 commit comments

Comments
 (0)