Skip to content

Commit 0b133c7

Browse files
committed
modify test
1 parent e46fe0b commit 0b133c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/scheduler/framework/types_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,6 +1629,7 @@ func TestCloudEvent_Match(t *testing.T) {
16291629
name: "event with resource = 'Pod' matching with coming events carries same actionType",
16301630
event: ClusterEvent{Resource: Pod, ActionType: UpdateNodeLabel | UpdateNodeTaint},
16311631
comingEvent: ClusterEvent{Resource: Pod, ActionType: UpdateNodeLabel},
1632+
wantResult: true,
16321633
},
16331634
{
16341635
name: "event with resource = '*' matching with coming events carries same actionType",

0 commit comments

Comments
 (0)