Skip to content

Commit a05a573

Browse files
committed
Fix fakeDataStore to be compatible with DataStore intereface
1 parent c42f72a commit a05a573

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/epp/scheduling/scheduler_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,7 @@ func (fds *fakeDataStore) PodGetAll() []backendmetrics.PodMetrics {
230230
}
231231
return pm
232232
}
233+
234+
func (fds *fakeDataStore) GetPodForSession(sessionID string) *backendmetrics.Pod {
235+
return nil
236+
}

0 commit comments

Comments
 (0)