Skip to content

Commit dd45c52

Browse files
orzuionutszaimen
authored andcommitted
Update filelist test
Signed-off-by: Orzu Ionut <orzu.ionut@gmail.com>
1 parent 7428639 commit dd45c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_trashbin/tests/js/filelistSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ describe('OCA.Trashbin.FileList tests', function () {
129129
describe('Initialization', function () {
130130
it('Sorts by mtime by default', function () {
131131
expect(fileList._sort).toEqual('mtime');
132-
expect(fileList._sortDirection).toEqual('asc');
132+
expect(fileList._sortDirection).toEqual('desc');
133133
});
134134
it('Always returns read and delete permission', function () {
135135
expect(fileList.getDirectoryPermissions()).toEqual(OC.PERMISSION_READ | OC.PERMISSION_DELETE);

0 commit comments

Comments
 (0)