Skip to content

Commit 129961f

Browse files
committed
ReindexApiTests took EndpointUsage in its constructor but had no IFixture to inject it, since it not used removed it from the constructor
1 parent 9195dab commit 129961f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Tests/Document/Multiple/Reindex/ReindexApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class ReindexApiTests : IClusterFixture<ManualReindexCluster>
4747

4848
private static string IndexName { get; } = "project";
4949

50-
public ReindexApiTests(ManualReindexCluster cluster, EndpointUsage usage)
50+
public ReindexApiTests(ManualReindexCluster cluster)
5151
{
5252
this._client = cluster.Client;
5353

0 commit comments

Comments
 (0)