Skip to content

Commit

Permalink
removed fit
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Dec 17, 2020
1 parent 43033b0 commit 9b87378
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 @@ -885,7 +885,7 @@ describe('Parse.File testing', () => {
await expectAsync(file.save({ sessionToken: authUser.getSessionToken() })).toBeResolved();
});

fit('allows file upload with master key', async () => {
it('allows file upload with master key', async () => {
await reconfigureServer({
fileUpload: {
enableForPublic: false,
Expand Down

0 comments on commit 9b87378

Please sign in to comment.