diff --git a/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs b/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs index 8ad1ca5143..2c4729b05a 100644 --- a/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs +++ b/osu.Desktop.VisualTests/Tests/TestCasePlayer.cs @@ -38,7 +38,7 @@ namespace osu.Desktop.VisualTests.Tests { base.Reset(); - //if (beatmap?.Track == null) + if (beatmap?.Track == null) { var objects = new List();