diff --git a/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs b/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs index 9bf307b1ce..ffcc76e82c 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs @@ -23,7 +23,7 @@ namespace osu.Desktop.VisualTests.Tests { public override string Description => @"Tests beat synced containers."; - private MusicController mc; + private readonly MusicController mc; public TestCaseBeatSyncedContainer() {