Skip to content

Commit c3d3134

Browse files
tomekl007adutra
authored andcommitted
remove whitespace in assertion of should_take_into_account_request_timeout_if_less_than_server_timeout test
1 parent 1745a43 commit c3d3134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/com/datastax/dse/driver/api/core/graph/GraphTimeoutsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public void should_take_into_account_request_timeout_if_less_than_server_timeout
172172
"evaluation exceeded",
173173
"threshold of ",
174174
Long.toString(clientTimeout.toMillis()),
175-
" ms");
175+
"ms");
176176
}
177177
}
178178
}

0 commit comments

Comments
 (0)