Skip to content

Commit

Permalink
Rename test step
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jun 25, 2023
1 parent 7d9d706 commit 44a3f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
{
Expand Down

0 comments on commit 44a3f40

Please sign in to comment.