We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c79567 commit 25a947cCopy full SHA for 25a947c
src/test/java/com/box/sdk/BoxAPIResponseTest.java
@@ -147,7 +147,7 @@ public void testJsonResponseToString() {
147
148
@Test
149
public void testLargeBinaryResponseContentLength() {
150
- long contentLength = 2352815193L;
+ long contentLength = Integer.MAX_VALUE + 10000L;
151
Map<String, List<String>> headers = new TreeMap<>();
152
headers.put("content-length", singletonList(Long.toString(contentLength)));
153
LargeByteArrayInputStream inputStream = new LargeByteArrayInputStream(contentLength);
0 commit comments