diff --git a/fragment_test.go b/fragment_test.go index 5a58acd60..982d4a066 100644 --- a/fragment_test.go +++ b/fragment_test.go @@ -415,7 +415,7 @@ func TestFragment_TopN_IDs(t *testing.T) { } } -// Ensure a fragment can return top rows when specified by ID. +// Ensure a fragment return none if CacheTypeNone is set func TestFragment_TopN_NopCache(t *testing.T) { f := test.MustOpenFragment("i", "f", pilosa.ViewStandard, 0, pilosa.CacheTypeNone) defer f.Close()