mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Sort team picks by the time they were team picked (#980)
This commit is contained in:
parent
983b1e9984
commit
a2eaedc85b
16 changed files with 136 additions and 21 deletions
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue