Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Oct 28, 2023
1 parent 7083c04 commit e76a5f9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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" },
Expand Down

0 comments on commit e76a5f9

Please sign in to comment.