Skip to content

Commit b585780

Browse files
author
Adam Soos
committed
RCB-597: fix comment
1 parent 1645d03 commit b585780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/test/java/com/basistech/rosette/api/RosetteRequestTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void testTiming() throws ExecutionException, InterruptedException {
153153

154154
assertTrue(d2.getTime() - d1.getTime() > delay * requests.size()); // at least as long as the delay in the request
155155

156-
//run requests concurrency
156+
//run requests concurrently
157157
int concurrency = 3;
158158
this.api = new HttpRosetteAPI.Builder().url(String.format("http://localhost:%d/rest/v1", mockServer.getPort()))
159159
.connectionConcurrency(3).build();

0 commit comments

Comments
 (0)