Skip to content

Commit 62cd890

Browse files
committed
reindexrethrottle test still used groovy
1 parent 5391fd0 commit 62cd890

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Tests/Document/Multiple/ReindexRethrottle/ReindexRethrottleApiTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ protected override void OnBeforeCall(IElasticClient client)
4040

4141
public class ReindexRethrottleUpdateByQueryTests : ReindexRethrottleApiTests
4242
{
43-
public ReindexRethrottleUpdateByQueryTests(ReindexCluster cluster, EndpointUsage usage) : base(cluster, usage)
44-
{
45-
}
43+
public ReindexRethrottleUpdateByQueryTests(ReindexCluster cluster, EndpointUsage usage) : base(cluster, usage) { }
4644

4745
protected override void OnBeforeCall(IElasticClient client)
4846
{

0 commit comments

Comments
 (0)