mirror of
https://github.com/ppy/osu.git
synced 2025-02-10 13:03:01 +08:00
Silence nullref inspection in test
This commit is contained in:
parent
7ca5f91c15
commit
8b4565b3d9
@ -716,7 +716,7 @@ namespace osu.Game.Tests.Database
|
|||||||
{
|
{
|
||||||
foreach (var entry in zip.Entries.ToArray())
|
foreach (var entry in zip.Entries.ToArray())
|
||||||
{
|
{
|
||||||
if (entry.Key.EndsWith(".osu", StringComparison.InvariantCulture))
|
if (entry.Key!.EndsWith(".osu", StringComparison.InvariantCulture))
|
||||||
zip.RemoveEntry(entry);
|
zip.RemoveEntry(entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user