mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Force OsuGameTests to use a unique storage each run
This commit is contained in:
@ -34,6 +34,8 @@ namespace osu.Game.Tests.Visual.Navigation
|
||||
|
||||
protected TestOsuGame Game;
|
||||
|
||||
protected override bool UseFreshStoragePerRun => true;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(GameHost host)
|
||||
{
|
||||
|
Reference in New Issue
Block a user