mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
simpler temporary path generation
This commit is contained in:
@ -264,7 +264,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
|
||||
private string createTemporaryBeatmap()
|
||||
{
|
||||
var temp = Path.GetTempFileName() + Guid.NewGuid() + ".osz";
|
||||
var temp = Path.GetTempFileName() + ".osz";
|
||||
File.Copy(osz_path, temp, true);
|
||||
Assert.IsTrue(File.Exists(temp));
|
||||
return temp;
|
||||
|
Reference in New Issue
Block a user