mirror of https://github.com/ppy/osu
Rename test step
This commit is contained in:
parent
7d9d7066cd
commit
44a3f40188
|
@ -76,7 +76,7 @@ protected override void LoadComplete()
|
|||
Content = "I am a wang!"
|
||||
}));
|
||||
|
||||
AddStep("set Current match", () => ladderInfo.CurrentMatch.Value = new TournamentMatch
|
||||
AddStep("set current match", () => ladderInfo.CurrentMatch.Value = new TournamentMatch
|
||||
{
|
||||
Team1 =
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue