From faf55adb90a6524928b80598d07a5255bc5ed1f9 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 20 Apr 2017 22:20:17 +0545 Subject: deleted forgotten code in test how embarrassing, left code from before I've done the loop around the test Signed-off-by: Artur Neumann --- apps/files_sharing/tests/js/fileDropSpec.js | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/files_sharing') 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] -- cgit v1.2.3