Skip to content

Commit 9b87378

Browse files
committed
removed fit
1 parent 43033b0 commit 9b87378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseFile.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ describe('Parse.File testing', () => {
885885
await expectAsync(file.save({ sessionToken: authUser.getSessionToken() })).toBeResolved();
886886
});
887887

888-
fit('allows file upload with master key', async () => {
888+
it('allows file upload with master key', async () => {
889889
await reconfigureServer({
890890
fileUpload: {
891891
enableForPublic: false,

0 commit comments

Comments
 (0)