Skip to content

Commit e5e5f89

Browse files
committed
travis
1 parent cd544bc commit e5e5f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/com/qiniu/test/UploadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public void testRL() throws IOException, JSONException {
137137
private void successCheck() throws JSONException{
138138
Assert.assertTrue(success);
139139
Assert.assertNotNull(resp.optString("hash"));
140-
Assert.assertEquals(file.length(), 1);
140+
Assert.assertEquals(file.length(), resp.getLong("fsize"));
141141
}
142142

143143
private void sleepLimit(int limit){

0 commit comments

Comments
 (0)