Fix testing regression

This commit is contained in:
Dean Herbert 2018-07-22 22:47:25 +02:00
parent 3c59ccadd0
commit 8501967b6a
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ private class TestSongSelect : PlaySongSelect
public new BeatmapCarousel Carousel => base.Carousel;
}
protected override void Dispose(bool isDisposing)
{
factory.ResetDatabase();
base.Dispose(isDisposing);
}
[BackgroundDependencyLoader]
private void load()
{