Skip to content

Commit 623fc9e

Browse files
committed
Build fix
1 parent 2598f30 commit 623fc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tarantool.client.tests/Performance.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ public class TestClient
5050
{
5151
private const uint OperationsCount = 1000;
5252

53-
private readonly Client.Index _index;
53+
private readonly Client.IIndex _index;
5454

5555
private readonly uint _id;
5656

57-
public TestClient(Client.Index index, uint threadId)
57+
public TestClient(Client.IIndex index, uint threadId)
5858
{
5959
_index = index;
6060
_id = threadId;

0 commit comments

Comments
 (0)