Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Minor polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianHockmann committed Nov 12, 2016
1 parent eb589e4 commit 87190ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Gremlin.Net.IntegrationTest/ConnectionPoolTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public async Task ParallelRequestsShouldBeExecutedOnDifferentConnections()
}
}

private async Task ExecuteMultipleLongRunningRequestsInParallel(GremlinClient gremlinClient, int nrRequests,
private async Task ExecuteMultipleLongRunningRequestsInParallel(IGremlinClient gremlinClient, int nrRequests,
int requestRunningTimeInMs)
{
var longRunningRequestMsg = _requestMessageProvider.GetSleepMessage(requestRunningTimeInMs);
Expand Down

0 comments on commit 87190ea

Please sign in to comment.