Fix some nits.

This commit is contained in:
jregan
2019-10-25 10:29:48 -07:00
parent a84f8d65db
commit 5c63c20390
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ func (c testCachedSearch) CountResults(upperBound uint64) (uint64, error) {
}
func (c testCachedSearch) RequestString(filesize rangeFormatter) string {
return RangeString()
return filesize.RangeString()
}
// TODO(damienr74) make tests easier to write.. I'm thinking I can make the test