Sort team picks by the time they were team picked (#980)

This commit is contained in:
Josh 2024-02-23 08:38:02 -06:00 committed by GitHub
commit a2eaedc85b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 136 additions and 21 deletions

View file

@ -51,7 +51,7 @@ public class StatisticsControllerTests
{
SlotId = 3,
CreatorId = 1,
TeamPick = true,
TeamPickTime = 1,
},
};
await using DatabaseContext db = await MockHelper.GetTestDatabase(slots);
@ -90,7 +90,7 @@ public class StatisticsControllerTests
{
SlotId = 3,
CreatorId = 1,
TeamPick = true,
TeamPickTime = 1,
GameVersion = GameVersion.LittleBigPlanet2,
},
};
@ -130,7 +130,7 @@ public class StatisticsControllerTests
{
SlotId = 3,
CreatorId = 1,
TeamPick = true,
TeamPickTime = 1,
GameVersion = GameVersion.LittleBigPlanet1,
},
};
@ -168,7 +168,7 @@ public class StatisticsControllerTests
{
SlotId = 3,
CreatorId = 1,
TeamPick = true,
TeamPickTime = 1,
GameVersion = GameVersion.LittleBigPlanet2,
},
};