Skip to content

Commit

Permalink
Remove redundant log line that is failing golangci-lint (#2366)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
  • Loading branch information
andrewsykim committed Sep 10, 2024
1 parent 54ba287 commit fb7a486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ray-operator/apis/config/v1alpha1/config_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func TestValidateBatchSchedulerConfig(t *testing.T) {

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

0 comments on commit fb7a486

Please sign in to comment.