Skip to content

Commit 4790e49

Browse files
author
Arthur Cinader
committed
fix a typo. give a clue about the problem with travis, though I am not sure what the clue means yet...
1 parent 4895e60 commit 4790e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/FilesController.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe("FilesController",() =>{
4242
const logController = new LoggerController(new WinstonLoggerAdapter());
4343

4444
reconfigureServer({ filesAdapter: mockAdapter })
45-
.then(() => new new Parse.File("yolo.txt", [1,2,3], "text/plain").save())
45+
.then(() => new Parse.File("yolo.txt", [1,2,3], "text/plain").save())
4646
.then(
4747
() => done.fail('should not succeed'),
4848
() => logController.getLogs({ from: Date.now() - 500, size: 1000 })

0 commit comments

Comments
 (0)