Skip to content

Commit fb9db2d

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

File tree

1 file changed

+1
-1
lines changed
  • marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest

1 file changed

+1
-1
lines changed

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

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

284284
// get the binary size
285285
long size = fileRead.length();
286-
long expectedSize = 17154;
286+
long expectedSize = 34543;
287287

288288
assertEquals("Binary size difference", expectedSize, size);
289289

0 commit comments

Comments
 (0)