mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
Fix TestCasePlaySongSelect not working on consecutive executions.
This commit is contained in:
parent
162e183b36
commit
4aa2834082
@ -41,7 +41,11 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
if (oldDb != null)
|
||||
{
|
||||
Dependencies.Cache(oldDb, true);
|
||||
db = null;
|
||||
}
|
||||
|
||||
base.Dispose(isDisposing);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user