mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-03 02:39:52 -06:00
Fix unit test after demo user renaming
This commit is contained in:
@@ -46,8 +46,8 @@ var sortTests = []sortTest{
|
||||
DrivesSorted: []*libregraph.Drive{
|
||||
drive("3", "project", "Admin", time3),
|
||||
drive("1", "project", "Alan", &time1),
|
||||
drive("2", "project", "Mary", &time2),
|
||||
drive("4", "project", "Margaret", &time4),
|
||||
drive("2", "project", "Mary", &time2),
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -62,8 +62,8 @@ var sortTests = []sortTest{
|
||||
},
|
||||
},
|
||||
DrivesSorted: []*libregraph.Drive{
|
||||
drive("4", "project", "Margaret", &time4),
|
||||
drive("2", "project", "Mary", &time2),
|
||||
drive("4", "project", "Margaret", &time4),
|
||||
drive("1", "project", "Alan", &time1),
|
||||
drive("3", "project", "Admin", time3),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user