Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekko0114 committed Feb 3, 2024
1 parent d55d60f commit a546030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scheduler/plugin/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,6 @@ func TestRejectWaitingPod(t *testing.T) {
if want, have := tc.expectedUID, handle.RejectWaitingPodValue; want != have {
t.Fatalf("unexpected uid: %v != %v", want, have)
}
fmt.Println("error: " + status.Message())
if want, have := tc.expectedStatusCode, status.Code(); want != have {
t.Fatalf("unexpected status code: want %v, have %v", want, have)
}
Expand Down

0 comments on commit a546030

Please sign in to comment.