diff --git a/spec/FilesController.spec.js b/spec/FilesController.spec.js index 18c685fb..21432793 100644 --- a/spec/FilesController.spec.js +++ b/spec/FilesController.spec.js @@ -81,7 +81,7 @@ describe("FilesController", () => { done(); }); - it("should not add a unique hash to the file name when the preserveFileName option is false", (done) => { + it("should not add a unique hash to the file name when the preserveFileName option is true", (done) => { const config = Config.get(Parse.applicationId) const gridStoreAdapter = new GridStoreAdapter('mongodb://localhost:27017/parse')