1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:33:07 +08:00

Fix left over resource file which isn't actually imported

This commit is contained in:
Dean Herbert 2022-07-26 15:05:01 +09:00
parent 59d3cc52c4
commit ac553d22ea

View File

@ -310,6 +310,7 @@ namespace osu.Game.Tests.Database
}
finally
{
File.Delete(temp);
Directory.Delete(extractedFolder, true);
}
});