Add migration test

This commit is contained in:
Dean Herbert
2020-03-05 14:46:07 +09:00
parent 1e6710020e
commit a311ace626
4 changed files with 58 additions and 10 deletions

View File

@ -104,7 +104,7 @@ namespace osu.Game.Tests.Visual
base.Content.Add(content = new DrawSizePreservingFillContainer());
}
public void RecycleLocalStorage()
public virtual void RecycleLocalStorage()
{
if (localStorage?.IsValueCreated == true)
{