mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 17:18:48 -04:00
Typo
This commit is contained in:
parent
da27797e8d
commit
63145f5765
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue