mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:53:51 +08:00
Fix left over resource file which isn't actually imported
This commit is contained in:
parent
59d3cc52c4
commit
ac553d22ea
@ -310,6 +310,7 @@ namespace osu.Game.Tests.Database
|
||||
}
|
||||
finally
|
||||
{
|
||||
File.Delete(temp);
|
||||
Directory.Delete(extractedFolder, true);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user