We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48be60f commit 2aba7cdCopy full SHA for 2aba7cd
src/indexer/sort_test.go
@@ -20,6 +20,7 @@ func TestSort(t *testing.T) {
20
tc.params.Endpoint.Source = spec["content_folder"].(string)
21
tc.params.Endpoint.SortFileName = spec["sort_file"].(string)
22
tc.params.Endpoint.IgnoreList = ign
23
+ tc.ind.flushCache()
24
tc.ind.updateTapIndex(tc.params)
25
ti := tc.ind.getTapIndexCache(tc.params.Endpoint.ID)
26
if !tc.orderOK(ti, exp, t) {
0 commit comments