Skip to content

Commit

Permalink
fix unit test name
Browse files Browse the repository at this point in the history
Signed-off-by: mszacillo <[email protected]>
  • Loading branch information
mszacillo committed Jul 5, 2024
1 parent 20aa317 commit afc3895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/core/spreadconstraint/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestIsSpreadConstraintExisted(t *testing.T) {
}
}

func Test_default_sortClusters(t *testing.T) {
func Test_sortClusters(t *testing.T) {
tests := []struct {
name string
infos []ClusterDetailInfo
Expand Down

0 comments on commit afc3895

Please sign in to comment.