diff --git a/Src/Couchbase.Linq.IntegrationTests/AnyAllTests.cs b/Src/Couchbase.Linq.IntegrationTests/AnyAllTests.cs index 7112429..3814279 100644 --- a/Src/Couchbase.Linq.IntegrationTests/AnyAllTests.cs +++ b/Src/Couchbase.Linq.IntegrationTests/AnyAllTests.cs @@ -33,7 +33,7 @@ public async Task AnyNestedArrayWithFilter_UsesArrayIndex() var context = new BucketContext(TestSetup.Bucket); // This test requires the following index: - // CREATE INDEX brewery_address ON `beer-sample` (DISTINCT ARRAY x FOR x IN address END) WHERE type = 'brewery' + // CREATE INDEX brewery_address ON `beer-sample`.`_default`.`_default` (DISTINCT ARRAY x FOR x IN address END) WHERE type = 'brewery' // It can't be automatically created currently because the bucket manager // doesn't support creating array or function-based indexes, only plain attribute indexes diff --git a/Src/Couchbase.Linq/Couchbase.Linq.csproj b/Src/Couchbase.Linq/Couchbase.Linq.csproj index 04d6a1c..05588b7 100644 --- a/Src/Couchbase.Linq/Couchbase.Linq.csproj +++ b/Src/Couchbase.Linq/Couchbase.Linq.csproj @@ -31,7 +31,7 @@ - +