mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Fix jsunit tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1ee5e9fec5
commit
32f24d5911
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ describe('OC.Upload tests', function() {
|
|||
originalFiles: files,
|
||||
files: [file],
|
||||
jqXHR: jqXHR,
|
||||
response: sinon.stub.returns(jqXHR),
|
||||
response: sinon.stub().returns(jqXHR),
|
||||
submit: sinon.stub()
|
||||
};
|
||||
if (uploader.fileUploadParam.add.call(
|
||||
|
|
|
|||
Loading…
Reference in a new issue