1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 18:24:13 +08:00

Fix failing tests

This commit is contained in:
Salman Ahmed
2023-10-28 10:18:15 +03:00
Unverified
parent 7083c04c59
commit e76a5f9419
@@ -1,6 +1,7 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Tests.Visual;
@@ -14,9 +15,14 @@ namespace osu.Game.Tournament.Tests.Components
{
public partial class TestSceneDrawableTournamentTeam : OsuGridTestScene
{
[Cached]
protected LadderInfo Ladder { get; private set; } = new LadderInfo();
public TestSceneDrawableTournamentTeam()
: base(4, 3)
{
AddToggleStep("toggle seed view", v => Ladder.DisplayTeamSeeds.Value = v);
var team = new TournamentTeam
{
FlagName = { Value = "AU" },