Skip to content

Commit

Permalink
Update ParseFile.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Oct 20, 2023
1 parent a3eb81a commit 42ca668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseFile.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ describe('Parse.File testing', () => {
new Parse.Error(Parse.Error.FILE_SAVE_ERROR, `File upload of extension html is disabled.`)
);
});

it('allows file without extension', async () => {
await reconfigureServer({
fileUpload: {
Expand Down

0 comments on commit 42ca668

Please sign in to comment.