Skip to content

Commit ccf1938

Browse files
committed
fix failing delete by query with slice unit test on expected json
1 parent 9121709 commit ccf1938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Document/Multiple/DeleteByQuery/DeleteByQueryApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public DeleteByQueryWithSlicesApiTests(IntrusiveOperationCluster cluster, Endpoi
230230
new
231231
{
232232
slice = new { id = 0, max = 2 },
233-
query = new { terms = new { name = new { terms = FirstTenProjectNames } } }
233+
query = new { terms = new { name = FirstTenProjectNames } }
234234
};
235235

236236
protected override DeleteByQueryDescriptor<Project> NewDescriptor() => new DeleteByQueryDescriptor<Project>(this.CallIsolatedValue);

0 commit comments

Comments
 (0)