Skip to content

Commit c626cb7

Browse files
committed
#808 Replace images in testing folder with ones that are more obvio..
1 parent fb9db2d commit c626cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestInputStreamHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public void testBinaryCRUD() throws KeyManagementException, NoSuchAlgorithmExcep
279279

280280
// get the binary size
281281
int size = getBinarySize(fileRead);
282-
int expectedSize = 17154;
282+
int expectedSize = 34543;
283283

284284
assertEquals("Binary size difference", expectedSize, size);
285285

0 commit comments

Comments
 (0)