Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit cd79580

Browse files
committed
Change test case
1 parent ef154e0 commit cd79580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-0.9.6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('support download/upload progress interval and division #140 ', (report
114114
.then((res) => {
115115
return RNFetchBlob.fetch('POST', 'https://content.dropboxapi.com/2/files/upload', {
116116
Authorization : `Bearer ${DROPBOX_TOKEN}`,
117-
'Dropbox-API-Arg': '{\"path\": \"/rn-upload/intervalTest.png\",\"mode\": \"add\",\"autorename\": true,\"mute\": false}',
117+
'Dropbox-API-Arg': '{\"path\": \"/rn-upload/intervalTest.txt\",\"mode\": \"add\",\"autorename\": true,\"mute\": false}',
118118
'Content-Type' : 'application/octet-stream',
119119
}, RNFetchBlob.wrap(res.path()))
120120
.uploadProgress({count : 10, interval : -1}, (current, total) => {

0 commit comments

Comments
 (0)