diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/tests/js/fileDropSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/js/fileDropSpec.js b/apps/files_sharing/tests/js/fileDropSpec.js index fb139788c50..6a5ccabb7c9 100644 --- a/apps/files_sharing/tests/js/fileDropSpec.js +++ b/apps/files_sharing/tests/js/fileDropSpec.js @@ -68,7 +68,7 @@ describe("files Drop tests", function() { replicatedTestFiles.map(function (testFile) { - fit("validates the filenames correctly", function() { + it("validates the filenames correctly", function() { testFile = { name: 'test.txt', expectedValidationResult: true }; data = { 'submit': function() {}, |