mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove redundant string interpolation to fix CI
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Benchmarks
|
||||
public override void SetUp()
|
||||
{
|
||||
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))
|
||||
reader.GetStream("Soleily - Renatus (Gamu) [Insane].osu").CopyTo(beatmapStream);
|
||||
}
|
||||
|
Reference in New Issue
Block a user