We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5194457 commit 027bab3Copy full SHA for 027bab3
cmd/workload/filtertest.go
@@ -91,7 +91,7 @@ func (s *filterTestSuite) filterShortRange(t *utesting.T) {
91
}, s.queryAndCheck)
92
}
93
94
-// filterShortRange runs all long-range filter tests.
+// filterLongRange runs all long-range filter tests.
95
func (s *filterTestSuite) filterLongRange(t *utesting.T) {
96
s.filterRange(t, func(query *filterQuery) bool {
97
return query.ToBlock+1-query.FromBlock > filterRangeThreshold
0 commit comments