Skip to content

Commit 39096a4

Browse files
authored
Fix arangosearch optimizeTopK support (#516)
1 parent 1d03a50 commit 39096a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/view_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func TestAddCollectionMultipleViewsViaCreate(t *testing.T) {
292292
func TestGetArangoSearchOptimizeTopK(t *testing.T) {
293293
ctx := context.Background()
294294
c := createClientFromEnv(t, true)
295-
skipBelowVersion(c, "3.11.0", t)
295+
skipBelowVersion(c, "3.12.0", t)
296296
skipNoEnterprise(t)
297297
db := ensureDatabase(ctx, c, "view_test_optimize_top_k", nil, t)
298298
name := "test_get_asview"

0 commit comments

Comments
 (0)