This commit is contained in:
Nazar Mokrynskyi 2014-10-15 19:17:21 +02:00
parent da27797e8d
commit 63145f5765
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ describe('OCA.Files.FileList tests', function() {
size: 250,
etag: '456'
}];
pageSizeStub = sinon.stub(OCA.File.FileList.prototype, 'pageSize').returns(20);
pageSizeStub = sinon.stub(OCA.Files.FileList.prototype, 'pageSize').returns(20);
fileList = new OCA.Files.FileList($('#app-content-files'));
});
afterEach(function() {