Skip to content
Snippets Groups Projects
Unverified Commit 94010e91 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #9407 from nextcloud/fix-jsunit

Fix jsunit tests
parents 54842605 951ac518
No related branches found
No related tags found
Loading
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment