Add test coverage

This commit is contained in:
Salman Ahmed
2021-06-10 23:59:59 +03:00
parent 169c98f963
commit ca3c45363a
2 changed files with 61 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace osu.Game.Tests.Testing
Dependencies.Get<TestRulesetConfigManager>() != null);
}
private class TestRuleset : Ruleset
public class TestRuleset : Ruleset
{
public override string Description => string.Empty;
public override string ShortName => string.Empty;