Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu committed Jul 3, 2023
1 parent 41338b2 commit f3c517a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkg/scheduler/framework/framework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,11 @@ func TestRunFilterPlugins(t *testing.T) {
}

testCases := []struct {
name string
filterPlugins []FilterPlugin
wantClusters []*fleetv1beta1.MemberCluster
wantFiltered []*filteredClusterWithStatus
wantPassedClusterNames []string
wantFilteredClusterNames []string
expectedToFail bool
name string
filterPlugins []FilterPlugin
wantClusters []*fleetv1beta1.MemberCluster
wantFiltered []*filteredClusterWithStatus
expectedToFail bool
}{
{
name: "three clusters, two filter plugins, all passed",
Expand Down

0 comments on commit f3c517a

Please sign in to comment.