From 5aee8f80bb4f56c9e71ad9dd1c83b601210f79f8 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 16 Dec 2017 17:33:50 +0900 Subject: [PATCH] Fix incorrect test assumption (affected by random select above) --- osu.Game.Tests/Visual/TestCaseBeatmapCarousel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Tests/Visual/TestCaseBeatmapCarousel.cs b/osu.Game.Tests/Visual/TestCaseBeatmapCarousel.cs index 34d2ceacb1..52db5b4883 100644 --- a/osu.Game.Tests/Visual/TestCaseBeatmapCarousel.cs +++ b/osu.Game.Tests/Visual/TestCaseBeatmapCarousel.cs @@ -240,7 +240,7 @@ namespace osu.Game.Tests.Visual checkVisibleItemCount(false, set_count); - checkSelected(set_count, 2); + checkSelected(set_count); } ///