mirror of https://github.com/ppy/osu
Use default custom ruleset ID
This commit is contained in:
parent
e712fab299
commit
6ec9c5c21a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue