summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/tests/js/fileDropSpec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/js/fileDropSpec.js b/apps/files_sharing/tests/js/fileDropSpec.js
index 6a5ccabb7c9..22bb95878b4 100644
--- a/apps/files_sharing/tests/js/fileDropSpec.js
+++ b/apps/files_sharing/tests/js/fileDropSpec.js
@@ -69,7 +69,6 @@ describe("files Drop tests", function() {
replicatedTestFiles.map(function (testFile) {
it("validates the filenames correctly", function() {
- testFile = { name: 'test.txt', expectedValidationResult: true };
data = {
'submit': function() {},
'files': [testFile]