diff options
author | Artur Neumann <info@individual-it.net> | 2017-04-18 20:47:39 +0545 |
---|---|---|
committer | Artur Neumann <info@individual-it.net> | 2017-04-18 20:53:49 +0545 |
commit | bf58d24b5cf5879df5685a3ece63ad8bb0203feb (patch) | |
tree | 711ebd0dff892c401db8a6f98ca3701d917a4b11 /apps/files_sharing | |
parent | 88f02f27a3596660504f8edc2d326bce587d970f (diff) | |
download | nextcloud-server-bf58d24b5cf5879df5685a3ece63ad8bb0203feb.tar.gz nextcloud-server-bf58d24b5cf5879df5685a3ece63ad8bb0203feb.zip |
remove accidently left over *f*it
Signed-off-by: Artur Neumann <info@individual-it.net>
Diffstat (limited to 'apps/files_sharing')
-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() {}, |