1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 10:50:20 +08:00

Fix using incorrect Description attribute

This commit is contained in:
Dean Herbert
2017-11-23 18:58:25 +09:00
Unverified
parent 4ab919263d
commit 52c971cd75
@@ -9,7 +9,7 @@ using OpenTK;
namespace osu.Game.Tests.Visual
{
[TestFixture]
[Description("PlaySongSelect leaderboard/details area")]
[System.ComponentModel.Description("PlaySongSelect leaderboard/details area")]
internal class TestCaseBeatmapDetailArea : OsuTestCase
{
public TestCaseBeatmapDetailArea()