Fix copy paste oversight

This commit is contained in:
Endrik
2020-03-29 18:55:47 +03:00
committed by GitHub
parent bac5f79731
commit f4c8b6d219

View File

@ -120,7 +120,7 @@ namespace osu.Game.Tests.Visual.SongSelect
{
var sets = new List<BeatmapSetInfo>();
const int total_set_count = 200;
const int total_set_count = 20;
for (int i = 0; i < total_set_count; i++)
sets.Add(createTestBeatmapSet(i + 1));