1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

revert test change

This commit is contained in:
cdwcgt 2023-07-30 02:49:30 +09:00
parent ba80d1e2d5
commit 5d09eca104
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -21,7 +21,7 @@ namespace osu.Game.Tournament.Tests.Screens
{
Team1 = { Value = Ladder.Teams.FirstOrDefault(t => t.Acronym.Value == "USA") },
Team2 = { Value = Ladder.Teams.FirstOrDefault(t => t.Acronym.Value == "JPN") },
Round = { Value = Ladder.Rounds.First(g => g.Name.Value == "Quarterfinals") }
Round = { Value = Ladder.Rounds.FirstOrDefault(g => g.Name.Value == "Finals") }
};
Add(new TeamIntroScreen