mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 05:37:18 +09:00
Remove redundant string interpolation to fix CI
This commit is contained in:
parent
edc46d1dce
commit
de60d509e8
@ -19,7 +19,7 @@ namespace osu.Game.Benchmarks
|
|||||||
public override void SetUp()
|
public override void SetUp()
|
||||||
{
|
{
|
||||||
using (var resources = new DllResourceStore(typeof(TestResources).Assembly))
|
using (var resources = new DllResourceStore(typeof(TestResources).Assembly))
|
||||||
using (var archive = resources.GetStream($"Resources/Archives/241526 Soleily - Renatus.osz"))
|
using (var archive = resources.GetStream("Resources/Archives/241526 Soleily - Renatus.osz"))
|
||||||
using (var reader = new ZipArchiveReader(archive))
|
using (var reader = new ZipArchiveReader(archive))
|
||||||
reader.GetStream("Soleily - Renatus (Gamu) [Insane].osu").CopyTo(beatmapStream);
|
reader.GetStream("Soleily - Renatus (Gamu) [Insane].osu").CopyTo(beatmapStream);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user