Skip to content

Commit daf6a59

Browse files
committed
All filters and scorers now have private fileds
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 994da88 commit daf6a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/epp/scheduling/framework/plugins/filter/filter_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ func TestDecisionTreeFilterFactory(t *testing.T) {
358358
},
359359
}
360360

361-
cmpOptions := cmpopts.IgnoreUnexported(LoraAffinityFilter{}, LowQueueFilter{})
361+
cmpOptions := cmpopts.IgnoreUnexported(LeastKVCacheFilter{}, LeastQueueFilter{},
362+
LoraAffinityFilter{}, LowQueueFilter{}, scorer.KVCacheScorer{})
362363

363364
for _, test := range tests {
364365
rawParameters := struct {

0 commit comments

Comments
 (0)