diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-20 18:04:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 18:04:32 -0500 |
commit | f5b900b65458f0d65e5aa92ff4ef6cbf0bb333a8 (patch) | |
tree | a996f949348486f2efed8f0ba87a96bf5ab6a7f1 | |
parent | 9536cbf7397517114c202bb7c2158642696dac83 (diff) | |
parent | faf55adb90a6524928b80598d07a5255bc5ed1f9 (diff) | |
download | nextcloud-server-f5b900b65458f0d65e5aa92ff4ef6cbf0bb333a8.tar.gz nextcloud-server-f5b900b65458f0d65e5aa92ff4ef6cbf0bb333a8.zip |
Merge pull request #4412 from individual-it/master
deleted forgotten code in test
-rw-r--r-- | apps/files_sharing/tests/js/fileDropSpec.js | 1 |
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] |