mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
deleted forgotten code in test
how embarrassing, left code from before I've done the loop around the test Signed-off-by: Artur Neumann <info@individual-it.net>
This commit is contained in:
parent
bf58d24b5c
commit
faf55adb90
1 changed files with 0 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue