Fix testing regression

This commit is contained in:
Dean Herbert
2018-07-22 22:47:25 +02:00
parent 9f1d37e052
commit 82ea4456e4

View File

@ -54,6 +54,12 @@ namespace osu.Game.Tests.Visual
public new BeatmapCarousel Carousel => base.Carousel;
}
protected override void Dispose(bool isDisposing)
{
factory.ResetDatabase();
base.Dispose(isDisposing);
}
[BackgroundDependencyLoader]
private void load()
{