Use default custom ruleset ID

This commit is contained in:
Derrick Timmermans 2022-01-26 16:23:00 +01:00
parent e712fab299
commit 6ec9c5c21a
No known key found for this signature in database
GPG Key ID: 8681B60806EF4A17
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public void TestCriteriaMatchingConvertedBeatmapsForCustomRulesets()
var exampleBeatmapInfo = getExampleBeatmap();
var criteria = new FilterCriteria
{
Ruleset = new RulesetInfo { OnlineID = -25 },
Ruleset = new RulesetInfo { OnlineID = -1 },
AllowConvertedBeatmaps = true
};
var carouselItem = new CarouselBeatmap(exampleBeatmapInfo);