mirror of https://github.com/ppy/osu
Silence nullref inspection in test
This commit is contained in:
parent
7ca5f91c15
commit
8b4565b3d9
|
@ -716,7 +716,7 @@ public void TestRollbackOnFailure()
|
|||
{
|
||||
foreach (var entry in zip.Entries.ToArray())
|
||||
{
|
||||
if (entry.Key.EndsWith(".osu", StringComparison.InvariantCulture))
|
||||
if (entry.Key!.EndsWith(".osu", StringComparison.InvariantCulture))
|
||||
zip.RemoveEntry(entry);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue