mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Count() -> Count
This commit is contained in:
parent
a771ca4077
commit
981fa379b7
@ -103,7 +103,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
manager.Delete(imported.First());
|
||||
|
||||
Assert.IsTrue(manager.GetAllUsableBeatmapSets().Count == 0);
|
||||
Assert.IsTrue(manager.QueryBeatmapSets(_ => true).ToList().Count() == 1);
|
||||
Assert.IsTrue(manager.QueryBeatmapSets(_ => true).ToList().Count == 1);
|
||||
Assert.IsTrue(manager.QueryBeatmapSets(_ => true).First().DeletePending);
|
||||
|
||||
temp = prepareTempCopy(osz_path);
|
||||
|
Loading…
Reference in New Issue
Block a user