mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #4412 from individual-it/master
deleted forgotten code in test
This commit is contained in:
commit
f5b900b654
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