Skip to content

Commit 728f175

Browse files
author
Arthur Cinader
committed
make the file the same way a passing test does...
1 parent 6a6598d commit 728f175

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 Parse.File('foo', { base64: "xxxx" }).save())
45+
.then(() => new 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)