0
0
Fork 0

fix broken test

This commit is contained in:
Marty Schoch 2014-08-29 18:19:42 -04:00
parent f2c781fa21
commit 9487a46188
1 changed files with 4 additions and 0 deletions

View File

@ -48,3 +48,7 @@ func (ss *stubSearcher) SetQueryNorm(float64) {
func (ss *stubSearcher) Count() uint64 {
return uint64(len(ss.matches))
}
func (ss *stubSearcher) Min() int {
return 0
}