Fix test scene not actually covering the class it's testing

This commit is contained in:
Dean Herbert 2019-11-28 00:32:31 +09:00
parent e1302d84dd
commit 724fcecbc5
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public class TestSceneRankingsTables : OsuTestScene
typeof(ScoresTable),
typeof(CountriesTable),
typeof(TableRowBackground),
typeof(RankingsTable<>)
};
[Resolved]