From bf58d24b5cf5879df5685a3ece63ad8bb0203feb Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Tue, 18 Apr 2017 20:47:39 +0545 Subject: [PATCH] remove accidently left over *f*it Signed-off-by: Artur Neumann --- apps/files_sharing/tests/js/fileDropSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {}, -- 2.39.5