We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdf4b1 commit 756f3a4Copy full SHA for 756f3a4
test/view_test.go
@@ -429,7 +429,7 @@ func TestUseArangoSearchView(t *testing.T) {
429
ctx := context.Background()
430
// don't use disallowUnknownFields in this test - we have here custom structs defined
431
c := createClient(t, true, false)
432
- skipBelowVersion(c, "3.4", t)
+ skipBelowVersion(c, "3.11", t)
433
db := ensureDatabase(nil, c, "view_test", nil, t)
434
col := ensureCollection(ctx, db, "some_collection", nil, t)
435
@@ -511,7 +511,7 @@ func TestUseArangoSearchViewWithPipelineAnalyzer(t *testing.T) {
511
512
513
514
- skipBelowVersion(c, "3.8", t)
515
db := ensureDatabase(nil, c, "view_with_pipeline_test", nil, t)
516
col := ensureCollection(ctx, db, "some_collection_with_analyzer", nil, t)
517
0 commit comments