Skip to content

Commit b6a0796

Browse files
committed
Update ParseFileTest.js
1 parent 0b6d83b commit b6a0796

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

integration/test/ParseFileTest.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ describe('Parse.File', () => {
4444
});
4545

4646
it('can get file upload / download progress', async () => {
47-
const parseLogo =
48-
'https://raw.githubusercontent.com/parse-community/parse-server/master/.github/parse-server-logo.png';
49-
const file = new Parse.File('parse-server-logo', { uri: parseLogo });
47+
const file = new Parse.File('parse-js-test-file', [61, 170, 236, 120]);
5048
let progress = 0;
5149
await file.save({
5250
progress: (value, loaded, total) => {

0 commit comments

Comments
 (0)