1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

Fix incorrect test assumption (affected by random select above)

This commit is contained in:
Dean Herbert 2017-12-16 17:33:50 +09:00
parent bd9056c709
commit 5aee8f80bb

View File

@ -240,7 +240,7 @@ namespace osu.Game.Tests.Visual
checkVisibleItemCount(false, set_count);
checkSelected(set_count, 2);
checkSelected(set_count);
}
/// <summary>