mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
Fix error on index name for Percentile query
This commit is contained in:
parent
2de543bc55
commit
1947325e00
1 changed files with 2 additions and 2 deletions
|
|
@ -7008,8 +7008,8 @@ func variousQueriesOnPercentiles(t *testing.T, clusterSize int) {
|
|||
|
||||
for i, tst := range tests {
|
||||
t.Run(fmt.Sprintf("%d-%s", i, tst.query), func(t *testing.T) {
|
||||
resp := c.Query(t, "users", tst.query)
|
||||
tr := c.QueryGRPC(t, "users", tst.query)
|
||||
resp := c.Query(t, "users2", tst.query)
|
||||
tr := c.QueryGRPC(t, "users2", tst.query)
|
||||
if tst.qrVerifier != nil {
|
||||
tst.qrVerifier(t, resp)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue