mirror of
https://github.com/ppy/osu
synced 2025-03-22 19:06:58 +00:00
Fix tests not ending execution after some exceptions
This commit is contained in:
parent
1c96e7593a
commit
491c9e96e0
@ -61,7 +61,8 @@ namespace osu.Game.Tests.Visual
|
|||||||
{
|
{
|
||||||
base.Dispose(isDisposing);
|
base.Dispose(isDisposing);
|
||||||
|
|
||||||
beatmap?.Value.Track.Stop();
|
if (beatmap?.Value.TrackLoaded == true)
|
||||||
|
beatmap.Value.Track.Stop();
|
||||||
|
|
||||||
if (localStorage.IsValueCreated)
|
if (localStorage.IsValueCreated)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user