1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Restore ignored unit tests

This commit is contained in:
smoogipoo 2018-06-13 22:23:19 +09:00 committed by Dean Herbert
parent 80501de4b9
commit 8e4dd58e68

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch";
[TestCase("basic"), Ignore("See: https://github.com/ppy/osu/issues/2232")]
[TestCase("basic")]
[TestCase("spinner")]
[TestCase("spinner-and-circles")]
public new void Test(string name)