Fix incorrect step name

Co-authored-by: Henry Lin <henry.ys.lin@gmail.com>
This commit is contained in:
Dean Herbert 2021-07-15 19:08:12 +09:00 committed by GitHub
parent b6996d647e
commit efdc8fa8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ namespace osu.Game.Tests.Visual.UserInterface
double? lastActuationTime = null;
TimingControlPoint lastTimingPoint = null;
AddStep("set mistimed to disallow", () => beatContainer.AllowMistimedEventFiring = allowMistimed);
AddStep($"set mistimed to {(allowMistimed ? "allowed" : "disallowed")}", () => beatContainer.AllowMistimedEventFiring = allowMistimed);
AddStep("bind event", () =>
{