Fix a couple of new layout inspections introduces in Rider 2021.3 EAP5

This commit is contained in:
Dean Herbert
2021-10-24 23:51:49 +09:00
parent dbb1bafb28
commit 99d01f2162
2 changed files with 4 additions and 4 deletions

View File

@ -77,8 +77,7 @@ namespace osu.Game.Tests.Beatmaps.IO
{
var reader = new ZipArchiveReader(osz);
using (var stream = new StreamReader(
reader.GetStream("Soleily - Renatus (Deif) [Platter].osu")))
using (var stream = new StreamReader(reader.GetStream("Soleily - Renatus (Deif) [Platter].osu")))
{
Assert.AreEqual("osu file format v13", stream.ReadLine()?.Trim());
}