mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
More cleanups
This commit is contained in:
@ -29,6 +29,6 @@ namespace osu.Game.Tests.Skins
|
||||
public void TestRetrieveOggSample() => AddAssert("sample is non-null", () => Beatmap.Value.Skin.GetSample(new SampleInfo("sample")) != null);
|
||||
|
||||
[Test]
|
||||
public void TestRetrieveOggTrack() => AddAssert("track is non-null", () => MusicController.CurrentTrack.IsDummyDevice == false);
|
||||
public void TestRetrieveOggTrack() => AddAssert("track is non-null", () => !MusicController.CurrentTrack.IsDummyDevice);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user